@@ -28,7 +28,7 @@ |
||
| 28 | 28 | */ |
| 29 | 29 | public function register() |
| 30 | 30 | { |
| 31 | - $config = require __DIR__ . '/../config/wamp.php'; |
|
| 31 | + $config = require __DIR__.'/../config/wamp.php'; |
|
| 32 | 32 | $file = base_path('config/wamp.php'); |
| 33 | 33 | if (class_exists('\Laravel\Lumen\Application')) { |
| 34 | 34 | // Configure wamp config for lumen |
@@ -158,7 +158,7 @@ |
||
| 158 | 158 | if (is_string($callback)) { |
| 159 | 159 | list($class, $method) = explode('&', $callback); |
| 160 | 160 | |
| 161 | - $callback = function (ConnectionOpenEvent $event) use ($class, $method) { |
|
| 161 | + $callback = function(ConnectionOpenEvent $event) use ($class, $method) { |
|
| 162 | 162 | $class = app()->make($class); |
| 163 | 163 | |
| 164 | 164 | return $class->{$method}($event); |