Completed
Push — master ( 490407...2772d7 )
by Marc
03:23 queued 01:10
created
src/RobotsServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
      *
19 19
      * @return void
20 20
      */
21
-    public function boot(){}
21
+    public function boot() {}
22 22
 
23 23
     /**
24 24
      * Register the service provider.
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
      */
28 28
     public function register()
29 29
     {
30
-        $this->app->singleton('robots', function ($app) {
30
+        $this->app->singleton('robots', function($app) {
31 31
             return new Robots();
32 32
         });
33 33
 
Please login to merge, or discard this patch.