Skip to content

Commit 49490dd

Browse files
committed
Fix return type of NodeTrait::scoped method
1 parent 350b3c5 commit 49490dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodeTrait.php

Lines changed: 1 addition & 1 deletion
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)