Commit 48860471 authored by Diego Hernandes's avatar Diego Hernandes

Fix typo on config namespaces.controller to namespace.controllers

parent bfd5323f
......@@ -15,7 +15,7 @@ class RouteServiceProvider extends ServiceProvider {
public function before()
{
URL::setRootControllerNamespace(
trim(config('namespaces.controller'), '\\')
trim(config('namespaces.controllers'), '\\')
);
}
......
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