Skip to content

Commit

Permalink
fix void return
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Apr 11, 2022
1 parent 19037a9 commit 7c84e89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ private function afterQueryFetch(Collection $collection, array $args = []) {
//return $self->callModelTraitMethod($item, Appendable::class, 'appends', $args);
});
}

return $collection;
}

private function bindOrId($id) {
Expand Down

0 comments on commit 7c84e89

Please sign in to comment.