Completed
Push — master ( 10905b...d20e27 )
by Anılcan
08:21 queued 06:11
created
src/FormerServiceProvider.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -37,12 +37,12 @@
 block discarded – undo
37 37
     {
38 38
         $this->configure();
39 39
 
40
-        $this->app->singleton(FormerHelperContract::class, function ($app) {
41
-            return new FormerHelper($app['view'], $app['translator'], $app['config']);
40
+        $this->app->singleton(FormerHelperContract::class, function($app) {
41
+            return new FormerHelper($app[ 'view' ], $app[ 'translator' ], $app[ 'config' ]);
42 42
         });
43 43
 
44
-        $this->app->singleton(FormerContract::class, function ($app) {
45
-            return new Former($app[FormerHelperContract::class]);
44
+        $this->app->singleton(FormerContract::class, function($app) {
45
+            return new Former($app[ FormerHelperContract::class ]);
46 46
         });
47 47
     }
48 48
 
Please login to merge, or discard this patch.