diff --git a/library/think/view/driver/Php.php b/library/think/view/driver/Php.php index d9368692..4b85e898 100644 --- a/library/think/view/driver/Php.php +++ b/library/think/view/driver/Php.php @@ -13,6 +13,7 @@ namespace think\view\driver; use think\App; use think\exception\TemplateNotFoundException; +use think\Loader; use think\Log; use think\Request;