1
0
mirror of synced 2025-03-23 00:13:50 +03:00

moved ActiveEntity

This commit is contained in:
romanb 2008-09-12 12:15:52 +00:00
parent 9d6e778a80
commit be14e7d8a0

View File

@ -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.