Skip to content

Commit f99315d

Browse files
authored
Merge pull request #6 from joelbutcher/patch-1
added docblocks for withArchived, onlyArchived and withoutArchived
2 parents fc642a1 + 1c1759d commit f99315d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Archivable.php

+5
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)