From 712e034ed9f58cea806a1fcc1efea8e1a068d783 Mon Sep 17 00:00:00 2001 From: amir Date: Tue, 17 Aug 2021 19:44:27 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/BasicTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/BasicTest.php b/tests/BasicTest.php index 2fc8c2a..19b27f1 100644 --- a/tests/BasicTest.php +++ b/tests/BasicTest.php @@ -77,7 +77,8 @@ public function testFindBankByCardNumber() public function testEloquentHelper() { Artisan::call('migrate'); - $model = new class extends Model { + $model = new class extends Model + { use EloquentHelper; protected $casts = [