diff --git a/extend/catcher/command/ModelGeneratorCommand.php b/extend/catcher/command/ModelGeneratorCommand.php index 4cc2d5b..16f862f 100644 --- a/extend/catcher/command/ModelGeneratorCommand.php +++ b/extend/catcher/command/ModelGeneratorCommand.php @@ -87,8 +87,8 @@ class {Class} extends CatchModel protected \$name = '{Name}'; protected \$field = [ - {Field} - ]; + {Field} + ]; } EOT; }