mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-05-07 11:55:34 +02:00
Reverting
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user