Skip to content

Commit

Permalink
fix(ProjectValidator): ProjectRepository typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n3wborn committed Sep 19, 2023
1 parent f6d6b26 commit 9135e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Project/ProjectValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class ProjectValidator
public const PROJECT_ALREADY_ARCHIVED = 'Le projet est déjà archivé';

public function __construct(
private ProjectRepository $ProjectRepository,
private ProjectRepository $projectRepository,
) {
}

Expand Down

0 comments on commit 9135e25

Please sign in to comment.