shlink/module/Core/config/templates.config.php
2017-10-12 09:40:42 +02:00

11 lines
136 B
PHP

<?php
return [
'templates' => [
'paths' => [
'ShlinkCore' => __DIR__ . '/../templates',
],
],
];