From 8d1600a2ebf493a9aff5a9af767f51a30be76aeb Mon Sep 17 00:00:00 2001 From: molong Date: Sat, 8 Oct 2016 11:39:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/Addons.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 application/index/controller/Addons.php 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