Skip to content

Commit 5ff937b

Browse files
committed
Merge pull request lazychaser#69 from bbashy/patch-2
Remove duplicate line
2 parents e6b2545 + 9ed9f78 commit 5ff937b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ Descendants constraints:
360360

361361
```php
362362
$result = Category::whereDescendantOf($node)->get();
363-
$result = Category::whereDescendantOf($node)->get();
364363
$result = Category::whereNotDescendantOf($node)->get();
365364
$result = Category::orWhereDescendantOf($node)->get();
366365
$result = Category::orWhereNotDescendantOf($node)->get();

0 commit comments

Comments
 (0)