命名的错误

This commit is contained in:
2017-10-06 09:34:37 +08:00
parent 0c2000b8e6
commit 1413db446c
7 changed files with 11 additions and 11 deletions

View File

@@ -8,8 +8,8 @@
// +----------------------------------------------------------------------
namespace app\index\controller;
use app\common\controller\Fornt;
use app\common\controller\Front;
class Addons extends Fornt {
class Addons extends Front {
}