Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Feb 8, 2024
1 parent bc158a1 commit c119e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ModelsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ protected function createPhpDocs($class)
$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) {
Expand Down

0 comments on commit c119e89

Please sign in to comment.