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