Fixed autoloader for 3.0

This commit is contained in:
Eric Wheeler 2015-12-13 22:35:11 -08:00
parent 68cd5ac864
commit ab98dcec8b
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
<?php
require __DIR__ . '/../vendor/autoload.php';
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;

View File

@ -6,7 +6,7 @@
//umask(0000);
set_time_limit(0);
require_once __DIR__.'/../vendor/autoload.php';
require_once __DIR__.'/bootstrap.php.cache';
require_once __DIR__.'/AppKernel.php';