fix api namespace name #36

This commit is contained in:
Nabeel Shahzad
2017-12-11 22:15:31 -06:00
parent ceb90d4c99
commit 8854c28d64
+1 -1
View File
@@ -70,7 +70,7 @@ class RouteServiceProvider extends ServiceProvider
'api', 'api',
'api.auth', 'api.auth',
], ],
'namespace' => $this->namespace."\\API", 'namespace' => $this->namespace."\\Api",
'prefix' => 'api', 'prefix' => 'api',
'as' => 'api.', 'as' => 'api.',
], function ($router) { ], function ($router) {