We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e272a commit 45d72b5Copy full SHA for 45d72b5
1 file changed
system/Autoloader/Autoloader.php
@@ -93,7 +93,7 @@ class Autoloader
93
*/
94
protected $helpers = ['url'];
95
96
- public function __construct(private string $composerPath = COMPOSER_PATH)
+ public function __construct(private readonly string $composerPath = COMPOSER_PATH)
97
{
98
}
99
0 commit comments