Completed
Push — master ( b50d1b...1c99e4 )
by Davide
08:48 queued 05:53
created
src/PhpResponsiveRandomQuoteServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.