@@ -46,7 +46,7 @@ |
||
| 46 | 46 | */ |
| 47 | 47 | private function registerConcierge() |
| 48 | 48 | { |
| 49 | - $this->app->bind('concierge', function ($app) { |
|
| 49 | + $this->app->bind('concierge', function($app) { |
|
| 50 | 50 | return new Concierge($app); |
| 51 | 51 | }); |
| 52 | 52 | } |