1
0
Fork 0
mirror of synced 2025-04-02 12:56:16 +03:00

fixed the typo

This commit is contained in:
meus 2007-07-30 19:44:04 +00:00
parent db6db4cd29
commit 20532fe3c2

View file

@ -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));
}
}