Skip to content

Commit

Permalink
Apply Rector changes (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz authored and github-actions[bot] committed Oct 4, 2023
1 parent 42b15c4 commit ff1bcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator/CRUD/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct(
Aliases $aliases,
ValidatorInterface $validator,
ParametersProvider $parametersProvider,
private ActiveRecordFactory $activeRecordFactory,
private readonly ActiveRecordFactory $activeRecordFactory,
) {
parent::__construct($aliases, $validator, $parametersProvider);
}
Expand Down

0 comments on commit ff1bcd9

Please sign in to comment.