From 7f260af80e0bc51a64013b5140604c0aad35ce1a Mon Sep 17 00:00:00 2001 From: Marcus Haslam Date: Sat, 13 Jul 2024 13:35:33 +0100 Subject: [PATCH] Update src/CLI/Application/App.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Théo FIDRY <5175937+theofidry@users.noreply.github.com> --- src/CLI/Application/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CLI/Application/App.php b/src/CLI/Application/App.php index 44a03a7..674b2d4 100644 --- a/src/CLI/Application/App.php +++ b/src/CLI/Application/App.php @@ -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,