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

Commit 7c7c189

Browse files
authored
Update FilterBuilder.php
1 parent 60f024d commit 7c7c189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builders/FilterBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,6 @@ public function onlyTrashed()
508508
*/
509509
public function getModel()
510510
{
511-
retutn $this->model;
511+
return $this->model;
512512
}
513513
}

0 commit comments

Comments
 (0)