aboutsummaryrefslogtreecommitdiffhomepage
path: root/infrastructure/Console/Kernel.php
diff options
context:
space:
mode:
authorMarvin Borner2018-08-27 00:47:26 +0200
committerMarvin Borner2018-08-27 00:47:26 +0200
commit06031351cf00986e7c2118ddcf892fa1c7e7234e (patch)
tree801754cc06cc853c9a0a59761bf81705871ff17d /infrastructure/Console/Kernel.php
parentd18377e2f3d5506775e78d9b5557162f710c65b5 (diff)
Added basic websocket service
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
];
/**