From 86e14dd26e35c352bbfb7c0283ec907f93ab060e Mon Sep 17 00:00:00 2001 From: henryavila Date: Fri, 1 Sep 2023 14:27:51 +0000 Subject: [PATCH] Fix styling --- src/Traits/ModelWithTenant.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Traits/ModelWithTenant.php b/src/Traits/ModelWithTenant.php index e1e5680..2f91485 100644 --- a/src/Traits/ModelWithTenant.php +++ b/src/Traits/ModelWithTenant.php @@ -19,9 +19,10 @@ trait ModelWithTenant /** * Name of all columns from this model that has the size of the file */ - protected static function getFileSizeColumns(): array { - return []; - } + protected static function getFileSizeColumns(): array + { + return []; + } public function __construct(array $attributes = []) {