Fixed non-working autoloader requirement after move

This commit is contained in:
Gergely POLONKAI 2012-11-04 14:59:32 +01:00
parent 89331402cb
commit 3753bb0a1b

View File

@ -1,5 +1,5 @@
<?php
require __DIR__.'/vendor/autoload.php';
require __DIR__.'/../vendor/autoload.php';
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;