diff --git a/manual/new/docs/en/mapping-relations.txt b/manual/new/docs/en/mapping-relations.txt index 56677d187..91e0db5ad 100644 --- a/manual/new/docs/en/mapping-relations.txt +++ b/manual/new/docs/en/mapping-relations.txt @@ -358,7 +358,7 @@ class Entity extends Doctrine_Record // this column is used for column // aggregation inheritance $this->hasColumn('type', 'integer', 11); - $this->setSubclasses("User" => array("type => 1"), "Group" => + $this->setSubclasses("User" => array("type" => 1"), "Group" => array("type" => 2)); } }