Skip to content

Commit c119e89

Browse files
committed
CS
1 parent bc158a1 commit c119e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ModelsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ protected function createPhpDocs($class)
10851085
$allowDynamicAttributes = $this->write_mixin ? "#[\AllowDynamicProperties]\n\t" : '';
10861086
$output = "namespace {$namespace}{\n{$docComment}\n\t{$keyword}{$allowDynamicAttributes}class {$classname} ";
10871087

1088-
if (! $this->write_mixin) {
1088+
if (!$this->write_mixin) {
10891089
$output .= "extends \Eloquent ";
10901090

10911091
if ($interfaceNames) {

0 commit comments

Comments
 (0)