We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc642a1 + 1c1759d commit f99315dCopy full SHA for f99315d
src/Archivable.php
@@ -5,6 +5,11 @@
5
use Exception;
6
use LaravelArchivable\Scopes\ArchivableScope;
7
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
+ */
13
trait Archivable
14
{
15
/**
0 commit comments