Skip to content

Commit

Permalink
Merge pull request #562 from sforward/fix/return-type
Browse files Browse the repository at this point in the history
Fix return type of NodeTrait::scoped method
  • Loading branch information
lazychaser authored Nov 29, 2023
2 parents 324d497 + 49490dd commit 815b15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ protected function getScopeAttributes()
/**
* @param array $attributes
*
* @return self
* @return QueryBuilder
*/
public static function scoped(array $attributes)
{
Expand Down

0 comments on commit 815b15b

Please sign in to comment.