aboutsummaryrefslogtreecommitdiffhomepage
path: root/infrastructure/Console/Kernel.php
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/Console/Kernel.php')
-rw-r--r--infrastructure/Console/Kernel.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/infrastructure/Console/Kernel.php b/infrastructure/Console/Kernel.php
index dffc73a..13329ae 100644
--- a/infrastructure/Console/Kernel.php
+++ b/infrastructure/Console/Kernel.php
@@ -14,7 +14,8 @@ class Kernel extends ConsoleKernel
* @var array
*/
protected $commands = [
- AddUserCommand::class
+ AddUserCommand::class,
+ Commands\WebSocketServerCommand::class
];
/**