Merge commit 'upstream/master'
This commit is contained in:
commit
a9d88146f1
@ -13,6 +13,9 @@ require_once __DIR__ . '/../../../lib/Doctrine/Common/ClassLoader.php';
|
|||||||
$classLoader = new \Doctrine\Common\ClassLoader('Doctrine');
|
$classLoader = new \Doctrine\Common\ClassLoader('Doctrine');
|
||||||
$classLoader->register();
|
$classLoader->register();
|
||||||
|
|
||||||
|
$classLoader = new \Doctrine\Common\ClassLoader('Symfony', __DIR__ . "/../../../lib/vendor");
|
||||||
|
$classLoader->register();
|
||||||
|
|
||||||
if (!file_exists(__DIR__."/Proxies")) {
|
if (!file_exists(__DIR__."/Proxies")) {
|
||||||
if (!mkdir(__DIR__."/Proxies")) {
|
if (!mkdir(__DIR__."/Proxies")) {
|
||||||
throw new Exception("Could not create " . __DIR__."/Proxies Folder.");
|
throw new Exception("Could not create " . __DIR__."/Proxies Folder.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user