1
0
mirror of synced 2025-03-24 17:03:56 +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 * @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. * Saves the current state of the entity into the database.