mirror of
https://github.com/shlinkio/shlink.git
synced 2026-08-11 05:24:46 -05:00
Removed unused config stuff
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
return [
|
||||
|
||||
'templates' => [
|
||||
'extension' => 'html.twig',
|
||||
'paths' => [
|
||||
'templates'
|
||||
],
|
||||
],
|
||||
|
||||
'twig' => [
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'twig' => [
|
||||
'cache_dir' => false,
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user