moved ActiveEntity
This commit is contained in:
parent
9d6e778a80
commit
be14e7d8a0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
*
|
||||
* @since 2.0
|
||||
*/
|
||||
class Doctrine_ActiveEntity extends Doctrine_ORM_Entity
|
||||
class Doctrine_ORM_ActiveEntity extends Doctrine_ORM_Entity
|
||||
{
|
||||
/**
|
||||
* Saves the current state of the entity into the database.
|
Loading…
Add table
Reference in a new issue