mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Switch to Symfony 3 structure
This commit is contained in:
parent
1d405d0e62
commit
73cd160bfc
21 changed files with 65 additions and 33 deletions
|
@ -6,7 +6,7 @@ use Symfony\Component\HttpFoundation\Request;
|
|||
* @var Composer\Autoload\ClassLoader
|
||||
*/
|
||||
$loader = require __DIR__.'/../app/autoload.php';
|
||||
include_once __DIR__.'/../app/bootstrap.php.cache';
|
||||
include_once __DIR__.'/../var/bootstrap.php.cache';
|
||||
|
||||
// Enable APC for autoloading to improve performance.
|
||||
// You should change the ApcClassLoader first argument to a unique prefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue