更新 'app/controller/front/Index.php'

This commit is contained in:
墨龙
2020-09-28 10:06:30 -04:00
parent 94effb3309
commit eaa683a4bb

View File

@@ -21,6 +21,10 @@ class Index extends Base {
return $this->fetch();
}
/**
* @title miss
* @return [type] [description]
*/
public function miss(){
return $this->fetch();
}