1
0
mirror of synced 2025-01-18 06:21:40 +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));
}
}