Passed
Push — main ( f5e406...45dbd0 )
by Hope
02:07
created
Category
src/DanArewaServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     {
18 18
         $this->mergeConfigFrom(__DIR__.'/../config/danarewa.php', 'danarewa');
19 19
 
20
-        $this->app->singleton('danarewa', function () {
20
+        $this->app->singleton('danarewa', function() {
21 21
             return new DanArewa();
22 22
         });
23 23
     }
Please login to merge, or discard this patch.