diff options
Diffstat (limited to 'infrastructure/Console/Kernel.php')
-rw-r--r-- | infrastructure/Console/Kernel.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/infrastructure/Console/Kernel.php b/infrastructure/Console/Kernel.php index 13329ae..61173ff 100644 --- a/infrastructure/Console/Kernel.php +++ b/infrastructure/Console/Kernel.php @@ -15,7 +15,8 @@ class Kernel extends ConsoleKernel */ protected $commands = [ AddUserCommand::class, - Commands\WebSocketServerCommand::class + Commands\WebSocketServerCommand::class, + Commands\StartServerCommand::class ]; /** |