fixed the typo
This commit is contained in:
parent
db6db4cd29
commit
20532fe3c2
@ -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…
x
Reference in New Issue
Block a user