Skip to content

Commit 1c1759d

Browse files
author
Joel Butcher
committed
added docblocks for withArchived, onlyArchived and withoutArchived
1 parent fc642a1 commit 1c1759d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Archivable.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
use Exception;
66
use LaravelArchivable\Scopes\ArchivableScope;
77

8+
/**
9+
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder withArchived()
10+
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder onlyArchived()
11+
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder withoutArchived()
12+
*/
813
trait Archivable
914
{
1015
/**

0 commit comments

Comments
 (0)