mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Changed Request::uri() call to System\Request::uri().
This commit is contained in:
parent
ec3e059836
commit
ede3e12620
@ -164,7 +164,7 @@ $response = System\Routing\Filter::call('before', array(), true);
|
||||
// --------------------------------------------------------------
|
||||
if (is_null($response))
|
||||
{
|
||||
$segments = explode('/', $uri = Request::uri());
|
||||
$segments = explode('/', $uri = System\Request::uri());
|
||||
|
||||
if (in_array($segments[0], System\Config::get('application.modules')))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user