Syntax error correction
This commit is contained in:
parent
46e5a0d2f8
commit
1f689ae914
@ -358,8 +358,10 @@ 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" =>
|
||||
array("type" => 2));
|
||||
$this->setSubclasses(array(
|
||||
"User" => array("type" => 1),
|
||||
"Group" => array("type" => 2)
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user