diff --git a/http-server/ServerProviders.php b/http-server/ServerProviders.php index 091c488b..ef125acb 100644 --- a/http-server/ServerProviders.php +++ b/http-server/ServerProviders.php @@ -26,9 +26,7 @@ class ServerProviders extends Providers */ public function onImport(\Snowflake\Application $application) { - $application->set('server', [ - 'class' => Server::class - ]); + $application->set('server', ['class' => Server::class]); // /** @var \Console\Application $console */ // $console = $application->get('console');