1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

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;