remove brackets

This commit is contained in:
Mohamed Said
2016-08-21 01:17:41 +02:00
parent c0b95238c9
commit aed59d9f7a

View File

@@ -69,7 +69,7 @@ class RouteServiceProvider extends ServiceProvider
protected function mapApiRoutes()
{
Route::group([
'middleware' => ['api'],
'middleware' => 'api',
'namespace' => $this->namespace,
'prefix' => 'api',
], function ($router) {