Skip to content

Commit

Permalink
Update src/CLI/Application/App.php
Browse files Browse the repository at this point in the history
Co-authored-by: Théo FIDRY <[email protected]>
  • Loading branch information
marcusedwardhaslam and theofidry authored Jul 13, 2024
1 parent ec2f4f8 commit 7f260af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CLI/Application/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getVersion(): string
public function getCommands(): array
{
$config = new PHPManagerConfiguration();
$fileSystem = new FileSystem();
$fileSystem = new Filesystem();
return [
new InstallCommand(
$config,
Expand Down

0 comments on commit 7f260af

Please sign in to comment.