Skip to content

Commit

Permalink
Update QueryObject.php
Browse files Browse the repository at this point in the history
  • Loading branch information
thorewi authored Oct 20, 2023
1 parent 689da8a commit c516348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ protected function initSelect(QueryBuilder $qb): void
* @param int|int[]|IEntity|IEntity[]|[]|null $id
* @return static
*/
final public function byId($id): static
public function byId($id): static
{
if (is_iterable($id) && !is_string($id)) {
foreach ($id as $item) {
Expand Down

0 comments on commit c516348

Please sign in to comment.