dont override paths if they are already set in bootstrap.
This commit is contained in:
@@ -65,7 +65,10 @@ foreach ($paths as $name => $path)
|
|||||||
{
|
{
|
||||||
if ($web) $path = "../{$path}";
|
if ($web) $path = "../{$path}";
|
||||||
|
|
||||||
|
if ( ! isset($GLOBALS['laravel_paths'][$name]))
|
||||||
|
{
|
||||||
$GLOBALS['laravel_paths'][$name] = realpath($path).DS;
|
$GLOBALS['laravel_paths'][$name] = realpath($path).DS;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user