mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Fix typo on config namespaces.controller to namespace.controllers
This commit is contained in:
parent
bfd5323fab
commit
48860471fb
@ -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 {
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user