Skip to content

Commit 2cbb7a0

Browse files
authored
Merge pull request #427 from GhostvOne/patch-1
Description for translated() scope is wrong
2 parents 695792b + 3c2a51c commit 2cbb7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/package/scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Post::notTranslatedIn('en')->get();
1818

1919
## translated\(\)
2020

21-
Returns all posts not being translated in any locale
21+
Returns all posts with existing translations
2222

2323
```php
2424
Post::translated()->get();

0 commit comments

Comments
 (0)