From f0faf41522d6288ed855f5096bad1cc0fe646d90 Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Wed, 7 Jun 2023 13:01:53 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Database/Concerns/DealsWithModels.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Database/Concerns/DealsWithModels.php b/src/Database/Concerns/DealsWithModels.php index 11462ffa..09df235f 100644 --- a/src/Database/Concerns/DealsWithModels.php +++ b/src/Database/Concerns/DealsWithModels.php @@ -1,14 +1,15 @@