Passed
Push — master ( 2afd07...9f4f74 )
by Vaibhavraj
19:20 queued 14:35
created
src/LaravelBitpayServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
         if (!$this->app->routesAreCached()) {
40 40
             Route::group(
41 41
                 ['namespace' => 'Vrajroham\LaravelBitpay\Http\Controllers'],
42
-                function ($router) {
42
+                function($router) {
43 43
                     require __DIR__.'/Http/Routes/web.php';
44 44
                 }
45 45
             );
Please login to merge, or discard this patch.