durong 5 år sedan
förälder
incheckning
be29881bae
1 ändrade filer med 1 tillägg och 1 borttagningar
  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'])){