Skip to content

Commit e714511

Browse files
committed
Change all occurrences of rawModelDataInput to modelData (compare #55)
1 parent 92f26ca commit e714511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Templates/Model.phptpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class {{ class }} {% if schema.getInterfaces() %}implements {{ viewHelper.joinCl
3232
{% if property.isInternal() %}private{% else %}protected{% endif %} ${{ property.getAttribute() }}{% if not viewHelper.isNull(property.getDefaultValue()) %} = {{ property.getDefaultValue() }}{% endif %};
3333
{% endforeach %}
3434
/** @var array */
35-
protected $modelData = [];
35+
protected $_modelData = [];
3636

3737
{% if generatorConfiguration.collectErrors() %}
3838
/** @var {{ viewHelper.getSimpleClassName(generatorConfiguration.getErrorRegistryClass()) }} Collect all validation errors */

0 commit comments

Comments
 (0)