whoops
This commit is contained in:
parent
bce19a2ed6
commit
b82e51b38e
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class Application extends ApplicationBase
|
||||||
|
|
||||||
if (array_key_exists('Storage', $this->config)) {
|
if (array_key_exists('Storage', $this->config)) {
|
||||||
try {
|
try {
|
||||||
return new Directory($this->config['Storage'][$override_key]);
|
return new Directory($this->config['Storage'][$override_key] ?? '');
|
||||||
} catch (DirectoryDoesNotExistException $ex) {
|
} catch (DirectoryDoesNotExistException $ex) {
|
||||||
// fall through and just get the default path.
|
// fall through and just get the default path.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue