2016-07-19 19:32:59 +03:00
|
|
|
<?php
|
2017-10-12 11:13:20 +03:00
|
|
|
declare(strict_types=1);
|
2016-07-19 19:32:59 +03:00
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'templates' => [
|
|
|
|
'paths' => [
|
2017-10-12 10:40:42 +03:00
|
|
|
'ShlinkCore' => __DIR__ . '/../templates',
|
2016-07-19 19:32:59 +03:00
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
];
|