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

View File

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