@@ -39,7 +39,7 @@ |
||
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 | ); |