fix api namespace name #36

This commit is contained in:
Nabeel Shahzad
2017-12-11 22:15:31 -06:00
parent ceb90d4c99
commit 8854c28d64

View File

@@ -70,7 +70,7 @@ class RouteServiceProvider extends ServiceProvider
'api',
'api.auth',
],
'namespace' => $this->namespace."\\API",
'namespace' => $this->namespace."\\Api",
'prefix' => 'api',
'as' => 'api.',
], function ($router) {