Fixed: The type name specified for the service propel.form.type.model does not match the actual name

This commit is contained in:
Christoph Schaefer 2012-07-14 16:45:00 +03:00
parent 28abff8147
commit a80ef6b482
1 changed files with 1 additions and 1 deletions

View File

@ -65,6 +65,6 @@ class ModelType extends AbstractType
public function getName()
{
return 'propel_model';
return 'model';
}
}