@@ -11,14 +11,14 @@ |
||
11 | 11 | { |
12 | 12 | if ($this->app->runningInConsole()) { |
13 | 13 | $this->commands([ |
14 | - ResponsiveQuote::class, //the console class |
|
14 | + ResponsiveQuote::class, //the console class |
|
15 | 15 | ]); |
16 | 16 | } |
17 | 17 | } |
18 | 18 | |
19 | 19 | public function register() |
20 | 20 | { |
21 | - $this->app->bind('php-responsive-quote', function () { |
|
21 | + $this->app->bind('php-responsive-quote', function() { |
|
22 | 22 | return new QuoteFactory(); |
23 | 23 | }); |
24 | 24 | } |