@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Timegridio\Concierge; |
4 | 4 | |
5 | -use Illuminate\Routing\Router; |
|
6 | 5 | use Illuminate\Support\ServiceProvider; |
7 | 6 | |
8 | 7 | class TimegridioConciergeServiceProvider extends ServiceProvider |
@@ -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 | } |