Set root controller namespace.
This commit is contained in:
parent
2f998b2095
commit
a7f3512743
|
@ -14,7 +14,9 @@ class RouteServiceProvider extends ServiceProvider {
|
||||||
*/
|
*/
|
||||||
public function before()
|
public function before()
|
||||||
{
|
{
|
||||||
//
|
URL::setRootControllerNamespace(
|
||||||
|
trim(config('namespaces.controller'), '\\')
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue