shlink/module/Core/config/templates.config.php

12 lines
118 B
PHP
Raw Normal View History

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