diff --git a/app/controller/front/Index.php b/app/controller/front/Index.php index 0ee987f3..3e6bba88 100644 --- a/app/controller/front/Index.php +++ b/app/controller/front/Index.php @@ -21,6 +21,10 @@ class Index extends Base { return $this->fetch(); } + /** + * @title miss + * @return [type] [description] + */ public function miss(){ return $this->fetch(); }