@@ -30,7 +30,7 @@ |
||
30 | 30 | */ |
31 | 31 | public function register() |
32 | 32 | { |
33 | - $this->app['LaravelCrawlerDetect'] = $this->app->singleton('LaravelCrawlerDetect', function ($app) { |
|
33 | + $this->app['LaravelCrawlerDetect'] = $this->app->singleton('LaravelCrawlerDetect', function($app) { |
|
34 | 34 | return new \Jaybizzle\CrawlerDetect\CrawlerDetect(); |
35 | 35 | }); |
36 | 36 | } |