php syntax
This commit is contained in:
parent
2b2cb327ba
commit
1b569b4fd3
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ class Entity extends Doctrine_Record {
|
||||||
$this->hasColumn("updated","integer",11);
|
$this->hasColumn("updated","integer",11);
|
||||||
$this->hasColumn("email_id","integer");
|
$this->hasColumn("email_id","integer");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
class Group extends Entity {
|
class Group extends Entity {
|
||||||
public function setUp() {
|
public function setUp() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue