Fix throwing error during install
This commit is contained in:
parent
512a34d526
commit
6b652174f2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Options
|
|||
|
||||
$value = $option['value'] ?? '';
|
||||
} catch (\Throwable $th) {
|
||||
throw $th;
|
||||
/** Option does not exist */
|
||||
}
|
||||
|
||||
return $value;
|
||||
|
|
Loading…
Reference in a new issue