Skip to content

Commit

Permalink
Update DatabaseAbstract.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aleswita committed Feb 16, 2022
1 parent 1c218df commit 04b24fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Loaders/DatabaseAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function load(
/** @var array<string, string> $settings */
$settings = Neon::decode($content);

$settings['table'] = $domain;
$settings['table'] = $settings['table'] ?? $domain;

$config = [
'table' => $settings['table'],
Expand Down

0 comments on commit 04b24fb

Please sign in to comment.