Skip to content

Commit

Permalink
staudenmeir#259: Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed authored Sep 5, 2024
1 parent 69e2ba9 commit f8b6ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eloquent/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function loadTreePathRelations()

if (! method_exists($instance, 'getPathName') || ! method_exists($instance, 'getPathSeparator')) {
throw new RuntimeException(sprintf(
'Model [%s] is not have recusive relations.',
'Model [%s] does not have recusive relations.',
$instance::class,
));
}
Expand Down

0 comments on commit f8b6ce0

Please sign in to comment.