Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Add variable
Browse files Browse the repository at this point in the history
  • Loading branch information
m3m0r7 committed Sep 10, 2021
1 parent 6f50e6c commit 51fae3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Commands/HttpServerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ protected function showInfos()
$taskWorkerNum = Arr::get($this->config, 'server.options.task_worker_num');
$isWebsocket = Arr::get($this->config, 'websocket.enabled');

$queueConfig = $this->laravel->make('config')->get('queue');

// lookup for set swoole driver
$isDefinedSwooleDriver = in_array(
'swoole',
Expand Down

0 comments on commit 51fae3a

Please sign in to comment.