Commit 705a4770 authored by beberlei's avatar beberlei

[2.0] Fix bin/doctrine.php using unknown ClassLoader to use GlobalClassLoader instead

parent 120e6942
<?php
require 'Doctrine/Common/ClassLoader.php';
require 'Doctrine/Common/GlobalClassLoader.php';
$classLoader = new \Doctrine\Common\ClassLoader();
$classLoader = new \Doctrine\Common\GlobalClassLoader();
$classLoader->register();
$cli = new \Doctrine\ORM\Tools\Cli();
$cli->run($_SERVER['argv']);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment