Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
20f46adbc4
commit
9596d88b48
@@ -67,7 +67,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||
{
|
||||
Route::group([
|
||||
'middleware' => ['api'],
|
||||
'namespace' => $this->namespace."\\Api",
|
||||
'namespace' => $this->namespace.'\\Api',
|
||||
'prefix' => 'api',
|
||||
'as' => 'api.',
|
||||
], function ($router) {
|
||||
|
||||
Reference in New Issue
Block a user