We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$app
1 parent e84021b commit a995698Copy full SHA for a995698
1 file changed
formwork/src/Templates/TemplateFactory.php
@@ -29,6 +29,7 @@ public function make(string $name): Template
29
'path' => $path,
30
'methods' => [],
31
'vars' => [
32
+ 'app' => $this->app,
33
'router' => $this->app->router(),
34
'site' => $this->app->site(),
35
'csrfToken' => $this->app->getService(CsrfToken::class),
0 commit comments