Skip to content

Commit

Permalink
fix base_config undefined
Browse files Browse the repository at this point in the history
close #33
  • Loading branch information
garveen committed Mar 14, 2017
1 parent 0783536 commit 7891dc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/LaravooleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ protected function start()
'handler_config' => $handler_config,
// for wrapper, like http / fastcgi / websocket
'wrapper_config' => config('laravoole.wrapper_config'),
'base_config' => config('laravoole.base_config'),
];

$handle = popen(PHP_BINARY . ' ' . __DIR__ . '/../../src/Entry.php', 'w');
Expand Down

0 comments on commit 7891dc0

Please sign in to comment.