Skip to content

Commit

Permalink
Add DoctrineCacheServiceProvider to eccube_install.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Aug 10, 2017
1 parent fce6c3b commit cc0b6bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eccube_install.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ function createApplication()
$app['debug'] = true;
$app->initDoctrine();
$app->initSecurity();
$app->register(new \Sergiors\Silex\Provider\DoctrineCacheServiceProvider());
$app->register(new \Sergiors\Silex\Provider\AnnotationsServiceProvider());
$app->register(new \Silex\Provider\FormServiceProvider());
$app->register(new \Eccube\ServiceProvider\EccubeServiceProvider());
Expand Down

0 comments on commit cc0b6bf

Please sign in to comment.