This commit is contained in:
2020-09-03 00:48:54 +08:00
parent 475c3e1c43
commit eb4fece960
+1 -3
View File
@@ -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');