diff --git a/framework/core/src/Foundation/Console/InfoCommand.php b/framework/core/src/Foundation/Console/InfoCommand.php index de095a09a..a76479d0a 100644 --- a/framework/core/src/Foundation/Console/InfoCommand.php +++ b/framework/core/src/Foundation/Console/InfoCommand.php @@ -53,8 +53,7 @@ class InfoCommand extends AbstractCommand SettingsRepositoryInterface $settings, ConnectionInterface $db, Queue $queue - ) - { + ) { $this->extensions = $extensions; $this->config = $config; $this->settings = $settings;