mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
Update View.php
修改$engine修饰符为public
This commit is contained in:
@@ -16,7 +16,7 @@ class View
|
||||
// 视图实例
|
||||
protected static $instance = null;
|
||||
// 模板引擎实例
|
||||
protected $engine = null;
|
||||
public $engine = null;
|
||||
// 模板主题名称
|
||||
protected $theme = '';
|
||||
// 模板变量
|
||||
|
||||
Reference in New Issue
Block a user