Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pmvc-plugin/controller
Browse files Browse the repository at this point in the history
  • Loading branch information
HillLiu committed May 7, 2021
2 parents fcae6bb + 1736c84 commit c43cbd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ActionForward.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,9 @@ private function _setType($type = null)
{
if (self::VIEW === $type || 'redirect' === $type) {
$c = plug('controller');

/*
* Get custom engine from .env
* Get custom engine from .env.
*
* syntax: view_engine_[app-name]
*
Expand Down

0 comments on commit c43cbd9

Please sign in to comment.