Fixed non-working autoloader requirement after move
This commit is contained in:
parent
89331402cb
commit
3753bb0a1b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user