[2.0] Fixed bin/doctrine.php for PEAR distribution.
This commit is contained in:
parent
c0d023c511
commit
61d6c17c49
@ -1,9 +1,8 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__ . '/../lib/Doctrine/Common/ClassLoader.php';
|
||||
require_once 'Doctrine/Common/ClassLoader.php';
|
||||
|
||||
$classLoader = new \Doctrine\Common\ClassLoader('Doctrine');
|
||||
$classLoader->setIncludePath(__DIR__ . '/../lib');
|
||||
$classLoader->register();
|
||||
|
||||
$configuration = new \Doctrine\Common\Cli\Configuration();
|
||||
|
Loading…
Reference in New Issue
Block a user