diff options
author | Marvin Borner | 2018-08-27 00:47:26 +0200 |
---|---|---|
committer | Marvin Borner | 2018-08-27 00:47:26 +0200 |
commit | 06031351cf00986e7c2118ddcf892fa1c7e7234e (patch) | |
tree | 801754cc06cc853c9a0a59761bf81705871ff17d /infrastructure/Console/Kernel.php | |
parent | d18377e2f3d5506775e78d9b5557162f710c65b5 (diff) |
Added basic websocket service
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 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 ]; /** |