Passed
Pull Request — master (#4)
by Adam
02:03
created
src/FoundationServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
             $resolved->validate();
45 45
         });
46 46
 
47
-        $this->app->resolving(function (FormRequest $request, $app) {
47
+        $this->app->resolving(function(FormRequest $request, $app) {
48 48
             $this->initializeRequest($request, $app['request']);
49 49
 
50 50
             $request->setContainer($app)->setRedirector($app->make(Redirector::class));
Please login to merge, or discard this patch.