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