Pārlūkot izejas kodu

Merge branch 'v0.2' into develop

durong 5 gadi atpakaļ
vecāks
revīzija
82402736a9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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'])){