Skip to content

Commit 59d2323

Browse files
authored
Merge pull request #87 from vdbelt/fix/php72_fix
PHP7.2 syntax fix
2 parents 5c1b58d + 322bdff commit 59d2323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DbDumperFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static function createForConnection(string $connectionName): DbDumper
2929
$dbHost = Arr::get(
3030
$dbConfig,
3131
'read.host.0',
32-
$fallback,
32+
$fallback
3333
);
3434

3535
$dbDumper = static::forDriver($dbConfig['driver'])

0 commit comments

Comments
 (0)