mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06: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