This commit is contained in:
Barry vd. Heuvel
2024-02-08 11:11:51 +01:00
parent bc158a1b86
commit c119e89cf0
+1 -1
View File
@@ -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) {