From c119e89cf044fd56a98cc92ac0bfc3c8d148b9ea Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Thu, 8 Feb 2024 11:11:51 +0100 Subject: [PATCH] CS --- src/Console/ModelsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index 343440e..a31cce5 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -1085,7 +1085,7 @@ class ModelsCommand extends Command $allowDynamicAttributes = $this->write_mixin ? "#[\AllowDynamicProperties]\n\t" : ''; $output = "namespace {$namespace}{\n{$docComment}\n\t{$keyword}{$allowDynamicAttributes}class {$classname} "; - if (! $this->write_mixin) { + if (!$this->write_mixin) { $output .= "extends \Eloquent "; if ($interfaceNames) {