Skip to content

Commit

Permalink
Fixes for StyleCL
Browse files Browse the repository at this point in the history
  • Loading branch information
BossOfGames authored Sep 10, 2024
1 parent 63fceda commit 97db2e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/Repositories/Criteria/WhereCriteria.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public function apply($model, RepositoryInterface $repository)
$query->whereIn($criterea['query']['key'], $criterea['query']['values']);
}
}

});
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/Repositories/FlightRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function searchCriteria(Request $request, bool $only_active = true): self
'query' => [
'key' => 'subfleets.id',
'values' => $subfleet_ids,
]
],
];
}

Expand Down

0 comments on commit 97db2e8

Please sign in to comment.