Trait 'traits\controller\Jump' not found

浏览:1750 发布日期:2019/08/02 分类:ThinkPHP5专区
版本thinkphp 5.1.37.1


<?php
namespace app\common\controller;

use \think\Controller;
class base extends Controller


Trait 'traits\controller\Jump' not found

看代码Loader.php
第104行
self::addNamespace([
'think' => __DIR__,
'traits' => dirname(__DIR__) . DIRECTORY_SEPARATOR,
]);

有问题吧~~这是bug么
最佳答案
评论( 相关
后面还有条评论,点击查看>>