Skip to content

Commit

Permalink
Update view.php
Browse files Browse the repository at this point in the history
  • Loading branch information
localzet committed Apr 7, 2024
1 parent d9c76af commit b44a483
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
*/

use Triangle\Engine\View\Raw;
use Triangle\Engine\View\Twig;
use Triangle\Engine\View\Blade;
use Triangle\Engine\View\ThinkPHP;

return [
'handler' => Raw::class,
Expand Down

0 comments on commit b44a483

Please sign in to comment.