Reverting

This commit is contained in:
Klaus Silveira
2012-05-23 21:26:13 -03:00
parent 8b8c2aa71e
commit 31bce3a1d0

View File

@@ -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'],