diff --git a/tests/TestCase.php b/tests/TestCase.php index a282a573..a2beeafc 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -101,7 +101,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase 'tenancy.redis.tenancy' => false, 'database.redis.client' => 'predis', ]); - }; + } } protected function loadDotEnv()