Fix little inheritance error on docs
This commit is contained in:
parent
97159eac6e
commit
202d66860b
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class User extends Doctrine_Record
|
||||||
$this->loadTemplate('AuthTemplate');
|
$this->loadTemplate('AuthTemplate');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
class AuthTemplate extends Doctrine_Record
|
class AuthTemplate extends Doctrine_Template
|
||||||
{
|
{
|
||||||
public function setTableDefinition()
|
public function setTableDefinition()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue