We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d63b8 commit 4cb2cd1Copy full SHA for 4cb2cd1
typerocket/plugin/SettingsController.php
@@ -2,11 +2,12 @@
2
namespace TypeRocketPlugin;
3
4
use TypeRocket\Controllers\Controller;
5
+use TypeRocket\Template\TemplateEngine;
6
7
final class SettingsController extends Controller
8
{
9
public function typerocket()
10
- return tr_view(__DIR__ . '/../../admin.php');
11
+ return tr_view(__DIR__ . '/../../admin.php')->setEngine(TemplateEngine::class);
12
}
13
0 commit comments