浏览代码

增加请求

durong 5 年之前
父节点
当前提交
be29881bae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Repositories/V2/FloorRepository.php

+ 1 - 1
app/Repositories/V2/FloorRepository.php

@@ -21,7 +21,7 @@ class FloorRepository
         $this->floor = $floor;
     }
 
-    public function index()
+    public function index($request)
     {
         $where = [];
         if(isset($request['id'])){