Skip to content

Commit

Permalink
Fix scope method docblock in HasDrafts (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvalue authored Jun 1, 2023
1 parent ed1d981 commit dbd8b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Concerns/HasDrafts.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
use Oddvalue\LaravelDrafts\Facades\LaravelDrafts;

/**
* @method void Current(Builder $query)
* @method void WithoutCurrent(Builder $query)
* @method void ExcludeRevision(Builder $query, int | Model $exclude)
* @method Builder | Model current()
* @method Builder | Model withoutCurrent()
* @method Builder | Model excludeRevision(int | Model $exclude)
*/
trait HasDrafts
{
Expand Down

0 comments on commit dbd8b26

Please sign in to comment.