From 0ff607d1d845cc442ac62e72fc0c78df5579e01b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 4 Aug 2019 17:43:25 +0200 Subject: [PATCH] styleci --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()