Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
Update FilterBuilder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
porozhnyy authored Jun 1, 2020
1 parent 60f024d commit 7c7c189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builders/FilterBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,6 @@ public function onlyTrashed()
*/
public function getModel()
{
retutn $this->model;
return $this->model;
}
}

0 comments on commit 7c7c189

Please sign in to comment.