Commit 100f727f authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3021 from hernandev/develop

Fix typo on config namespaces.controller to namespace.controllers
parents bfd5323f 48860471
......@@ -15,7 +15,7 @@ class RouteServiceProvider extends ServiceProvider {
public function before()
{
URL::setRootControllerNamespace(
trim(config('namespaces.controller'), '\\')
trim(config('namespaces.controllers'), '\\')
);
}
......@@ -38,4 +38,4 @@ class RouteServiceProvider extends ServiceProvider {
});
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment