DDC-1367 - Bugfix
This commit is contained in:
parent
c02920762b
commit
cd7029d266
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class Setup
|
|||
require_once $directory . "/Doctrine/Common/ClassLoader.php";
|
||||
}
|
||||
|
||||
$loader = new ClassLoader("Doctrine");
|
||||
$loader = new ClassLoader("Doctrine", $directory);
|
||||
$loader->register();
|
||||
|
||||
$loader = new ClassLoader("Symfony\Component", $directory . "/Doctrine");
|
||||
|
|
Loading…
Add table
Reference in a new issue