fixed the typo
This commit is contained in:
parent
db6db4cd29
commit
20532fe3c2
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue