Break on autoloader selected
This commit is contained in:
parent
5c6f0edb23
commit
1ddb63c88a
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ $autoloadFiles = array(__DIR__ . '/../vendor/autoload.php',
|
|||
foreach ($autoloadFiles as $autoloadFile) {
|
||||
if (file_exists($autoloadFile)) {
|
||||
require_once $autoloadFile;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -63,4 +64,4 @@ if ( ! ($helperSet instanceof HelperSet)) {
|
|||
}
|
||||
}
|
||||
|
||||
\Doctrine\ORM\Tools\Console\ConsoleRunner::run($helperSet, $commands);
|
||||
ConsoleRunner::run($helperSet, $commands);
|
||||
|
|
Loading…
Add table
Reference in a new issue