@@ -13,7 +13,7 @@ discard block |
||
| 13 | 13 | { |
| 14 | 14 | if ($this->app->runningInConsole()) { |
| 15 | 15 | $this->commands([ |
| 16 | - ResponsiveQuote::class, //the console class |
|
| 16 | + ResponsiveQuote::class, //the console class |
|
| 17 | 17 | ]); |
| 18 | 18 | } |
| 19 | 19 | |
@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | |
| 37 | 37 | public function register() |
| 38 | 38 | { |
| 39 | - $this->app->bind('php-responsive-quote', function () { |
|
| 39 | + $this->app->bind('php-responsive-quote', function() { |
|
| 40 | 40 | return new QuoteFactory(); |
| 41 | 41 | }); |
| 42 | 42 | |