Skip to content

Commit 45d72b5

Browse files
committed
fix rector
1 parent 90e272a commit 45d72b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Autoloader/Autoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class Autoloader
9393
*/
9494
protected $helpers = ['url'];
9595

96-
public function __construct(private string $composerPath = COMPOSER_PATH)
96+
public function __construct(private readonly string $composerPath = COMPOSER_PATH)
9797
{
9898
}
9999

0 commit comments

Comments
 (0)