@@ -0,0 +1,16 @@
+<?php
+/**
+ * Created by PhpStorm.
+ * User: stanley-king
+ * Date: 16/3/23
+ * Time: 下午3:27
+ */
+defined('InShopNC') or exit('Access Invalid!');
+
+class member_cartControl extends cartControl
+{
+ public function __construct()
+ {
+ parent::__construct();
+ }
+}