Completed
Push — master ( 2772d7...5aaf6f )
by Marc
05:21 queued 03:16
created
src/RobotsServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      */
30 30
     public function register()
31 31
     {
32
-        $this->app->singleton('robots', function ($app) {
32
+        $this->app->singleton('robots', function($app) {
33 33
             return new Robots();
34 34
         });
35 35
 
Please login to merge, or discard this patch.