1 parent ea22689 commit 2b43ef4Copy full SHA for 2b43ef4
1 file changed
README.md
@@ -65,6 +65,7 @@ use TemplaterDefaults\View\StringTemplate;
65
66
$this->loadHelper('Form', [
67
'templateClass' => StringTemplate::class,
68
+ 'templates' => 'my_app_templates', // Your template defintion
69
]);
70
```
71
0 commit comments