Commit a7f35127 authored by Taylor Otwell's avatar Taylor Otwell

Set root controller namespace.

parent 2f998b20
......@@ -14,7 +14,9 @@ class RouteServiceProvider extends ServiceProvider {
*/
public function before()
{
//
URL::setRootControllerNamespace(
trim(config('namespaces.controller'), '\\')
);
}
/**
......
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