diff --git a/index.php b/index.php index 93d12c1..037f878 100644 --- a/index.php +++ b/index.php @@ -22,7 +22,7 @@ $app['autoloader']->registerNamespace('Application', __DIR__.'/lib'); $app->register(new Silex\Provider\TwigServiceProvider(), array( 'twig.path' => __DIR__.'/views', 'twig.class_path' => __DIR__.'/vendor', -// 'twig.options' => array('cache' => __DIR__.'/cache'), + 'twig.options' => array('cache' => __DIR__.'/cache'), )); $app->register(new Git\GitServiceProvider(), array( 'git.client' => $config['git']['client'],