diff --git a/website/plugins/sfDoctrinePlugin/config/autoload.yml b/website/plugins/sfDoctrinePlugin/config/autoload.yml index 5b68c7f8e..0b9465c10 100644 --- a/website/plugins/sfDoctrinePlugin/config/autoload.yml +++ b/website/plugins/sfDoctrinePlugin/config/autoload.yml @@ -1,10 +1,10 @@ autoload: -# Doctrine: -# name: Doctrine classes -# ext: .php -# path: %SF_PLUGINS_DIR%/sfDoctrine/doctrine -# recursive: on + Doctrine: + name: Doctrine classes + ext: .php + path: %SF_PLUGINS_DIR%/sfDoctrine/doctrine + recursive: on doctrine_model_classes: name: Doctrine model classes ext: .class.php - path: %SF_LIB_DIR%/model/doctrine \ No newline at end of file + path: %SF_LIB_DIR%/model/doctrine