shlink/module/Core/config/templates.config.php
2016-07-19 18:32:59 +02:00

11 lines
118 B
PHP

<?php
return [
'templates' => [
'paths' => [
'module/Core/templates',
],
],
];