1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +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.