@@ -20,7 +20,7 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | public function register() |
| 22 | 22 | { |
| 23 | - $this->app->bind('robots', function () { |
|
| 23 | + $this->app->bind('robots', function() { |
|
| 24 | 24 | return new Robots; |
| 25 | 25 | }); |
| 26 | 26 | $this->app->alias('robots', Robots::class); |