mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
CS
This commit is contained in:
@@ -1085,7 +1085,7 @@ class ModelsCommand extends Command
|
|||||||
$allowDynamicAttributes = $this->write_mixin ? "#[\AllowDynamicProperties]\n\t" : '';
|
$allowDynamicAttributes = $this->write_mixin ? "#[\AllowDynamicProperties]\n\t" : '';
|
||||||
$output = "namespace {$namespace}{\n{$docComment}\n\t{$keyword}{$allowDynamicAttributes}class {$classname} ";
|
$output = "namespace {$namespace}{\n{$docComment}\n\t{$keyword}{$allowDynamicAttributes}class {$classname} ";
|
||||||
|
|
||||||
if (! $this->write_mixin) {
|
if (!$this->write_mixin) {
|
||||||
$output .= "extends \Eloquent ";
|
$output .= "extends \Eloquent ";
|
||||||
|
|
||||||
if ($interfaceNames) {
|
if ($interfaceNames) {
|
||||||
|
|||||||
Reference in New Issue
Block a user