Skip to content

Commit

Permalink
Merge pull request #427 from GhostvOne/patch-1
Browse files Browse the repository at this point in the history
Description for translated() scope is wrong
  • Loading branch information
Gummibeer authored Aug 26, 2024
2 parents 695792b + 3c2a51c commit 2cbb7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package/scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Post::notTranslatedIn('en')->get();

## translated\(\)

Returns all posts not being translated in any locale
Returns all posts with existing translations

```php
Post::translated()->get();
Expand Down

0 comments on commit 2cbb7a0

Please # to comment.