Fix typo on config namespaces.controller to namespace.controllers

This commit is contained in:
Diego Hernandes
2014-09-15 09:12:48 -03:00
parent bfd5323fab
commit 48860471fb

View File

@@ -15,7 +15,7 @@ class RouteServiceProvider extends ServiceProvider {
public function before() public function before()
{ {
URL::setRootControllerNamespace( URL::setRootControllerNamespace(
trim(config('namespaces.controller'), '\\') trim(config('namespaces.controllers'), '\\')
); );
} }