Skip to content

Commit c5d473b

Browse files
committed
autofix
1 parent b8f5a43 commit c5d473b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Infra/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ final protected function getEnvironmentSetUp($app): void
6464
$config->set('database.connections.pgsql.prefix', 'tests');
6565
$config->set('database.connections.mysql.prefix', 'tests');
6666

67-
if (!$config->has('database.connections.mariadb')) {
67+
if (! $config->has('database.connections.mariadb')) {
6868
/** @var array<string, mixed> $mysql */
6969
$mysql = $config->get('database.connections.mysql');
7070
$config->set('database.connections.mariadb', $mysql);

0 commit comments

Comments
 (0)