shlink/module/Core/config/templates.config.php
2017-10-12 10:13:20 +02:00

12 lines
161 B
PHP

<?php
declare(strict_types=1);
return [
'templates' => [
'paths' => [
'ShlinkCore' => __DIR__ . '/../templates',
],
],
];