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