Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
moved class loaded to symfony paths
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Jul 26, 2010
1 parent ad6db42 commit 8ce9092
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* file that was distributed with this source code.
*/

require_once __DIR__.'/UniversalClassLoader.php';
require_once __DIR__.'/vendor/symfony/src/Symfony/Framework/UniversalClassLoader.php';
use Symfony\Framework\UniversalClassLoader;

$loader = new UniversalClassLoader();
Expand Down
File renamed without changes.

0 comments on commit 8ce9092

Please sign in to comment.