13 lines
212 B
PHP
13 lines
212 B
PHP
<?php
|
|
|
|
return [
|
|
'themes' => [
|
|
/**
|
|
* Absolute paths as to where stylist can discover themes.
|
|
*/
|
|
'paths' => [
|
|
base_path('Themes'),
|
|
],
|
|
],
|
|
];
|