diff --git a/application/index/controller/Addons.php b/application/index/controller/Addons.php new file mode 100644 index 00000000..d0c0cff3 --- /dev/null +++ b/application/index/controller/Addons.php @@ -0,0 +1,15 @@ + +// +---------------------------------------------------------------------- + +namespace app\index\controller; +use app\common\controller\Fornt; + +class Addons extends Fornt { + +} \ No newline at end of file