Skip to content

Commit 04b24fb

Browse files
committed
Update DatabaseAbstract.php
1 parent 1c218df commit 04b24fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loaders/DatabaseAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function load(
4343
/** @var array<string, string> $settings */
4444
$settings = Neon::decode($content);
4545

46-
$settings['table'] = $domain;
46+
$settings['table'] = $settings['table'] ?? $domain;
4747

4848
$config = [
4949
'table' => $settings['table'],

0 commit comments

Comments
 (0)