Passed
Branch master (2b07c0)
by Davide
04:08
created
Category
src/PhpResponsiveRandomQuoteServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,14 +11,14 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.