Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
remove DoctrineExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed May 4, 2012
1 parent 76057ed commit 584ee75
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions app/bootstrap.php
Expand Up @@ -20,8 +20,7 @@
// Enable SplClassLoader - this will load all classes automatically
$configurator->getSplClassLoader()
->addNamespaceAlias('Symfony', LIBS_DIR . "/Symfony")
->addNamespaceAlias('Doctrine', LIBS_DIR . "/Doctrine")
->addNamespaceAlias('DoctrineExtensions', LIBS_DIR . "/DoctrineExtensions");
->addNamespaceAlias('Doctrine', LIBS_DIR . "/Doctrine");

// Enable RobotLoader - this will load all classes automatically
$configurator->setTempDirectory(__DIR__ . '/../temp');
Expand Down
3 changes: 0 additions & 3 deletions libs/DoctrineExtensions/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion libs/DoctrineExtensions/README.txt

This file was deleted.

0 comments on commit 584ee75

Please sign in to comment.