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 c9cb18a commit c01dc44Copy full SHA for c01dc44
src/App.php
@@ -178,6 +178,15 @@ public function attach(callable $code)
178
$this->setupErrorHandler();
179
}
180
181
+ /**
182
+ * Attach a view engine to Leaf
183
+ * @param mixed $view The view engine to attach
184
+ */
185
+ public function attachView($view)
186
+ {
187
+ Config::attachView($view);
188
+ }
189
+
190
/**
191
* Evade CORS errors
192
*
0 commit comments