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) {