Removed unused config stuff

This commit is contained in:
Alejandro Celaya
2016-04-10 09:48:07 +02:00
parent 4ec4e492e6
commit c6997bda64
4 changed files with 4 additions and 13 deletions

View File

@@ -3,7 +3,9 @@
return [
'templates' => [
'extension' => 'html.twig',
'paths' => [
'templates'
],
],
'twig' => [

View File

@@ -1,9 +0,0 @@
<?php
return [
'twig' => [
'cache_dir' => false,
],
];