[2.0] Fixed bin/doctrine.php for PEAR distribution.
This commit is contained in:
parent
c0d023c511
commit
61d6c17c49
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue