Commit c06c81dd authored by zYne's avatar zYne

--no commit message

--no commit message
parent 4a379951
......@@ -15,7 +15,7 @@ class Entity extends Doctrine_Record {
$this->hasColumn('created', 'integer',11);
$this->hasColumn('updated', 'integer',11);
$this->hasColumn('email_id', 'integer');
$this->option('subclasses',array('User','Group'));
$this->option('subclasses',array('User','Group'));
}
}
class FieldNameTest extends Doctrine_Record {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment