diff --git a/lib/Doctrine/Collection.php b/lib/Doctrine/Collection.php index 87ca68342..385577e5b 100644 --- a/lib/Doctrine/Collection.php +++ b/lib/Doctrine/Collection.php @@ -18,19 +18,19 @@ * and is licensed under the LGPL. For more information, see * . */ -Doctrine::autoload("Access"); +Doctrine::autoload("Doctrine_Access"); /** * Doctrine_Collection * Collection of Doctrine_Record objects. * - * @package Doctrine - * @license http://www.opensource.org/licenses/lgpl-license.php LGPL - * @category Object Relational Mapping - * @link www.phpdoctrine.com - * @since 1.0 - * @version $Revision$ - * @author Konsta Vesterinen - */ + * @package Doctrine + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + * @version $Revision$ + * @author Konsta Vesterinen + */ class Doctrine_Collection extends Doctrine_Access implements Countable, IteratorAggregate, Serializable { /** * @var array $data an array containing the data access objects of this collection