Skip to content

Commit 815b15b

Browse files
authored
Merge pull request #562 from sforward/fix/return-type
Fix return type of NodeTrait::scoped method
2 parents 324d497 + 49490dd commit 815b15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodeTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ protected function getScopeAttributes()
725725
/**
726726
* @param array $attributes
727727
*
728-
* @return self
728+
* @return QueryBuilder
729729
*/
730730
public static function scoped(array $attributes)
731731
{

0 commit comments

Comments
 (0)