Skip to content

Commit 37b8042

Browse files
committed
misc
1 parent 05a8300 commit 37b8042

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

etc/renderer.php

+7-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,16 @@
1717
'enabled' => true,
1818

1919
'paths' => [
20-
__DIR__ . '/../../views'
20+
'@root/views'
2121
],
2222

2323
'namespaces' => [
24-
//
24+
'@front' => [
25+
'@source/Module/Front'
26+
],
27+
'@admin' => [
28+
'@source/Module/Admin'
29+
],
2530
],
2631

2732
'renderers' => [

0 commit comments

Comments
 (0)