Skip to content

Commit 42ed06f

Browse files
committed
Update test model
1 parent 53c9218 commit 42ed06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Stubs/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ public function resolveRouteBinding($slug)
4242
abort(404);
4343
}
4444

45-
return $validSlug;
45+
return $this;
4646
}
4747
}

0 commit comments

Comments
 (0)