Skip to content

Commit 1731455

Browse files
committed
Added missing types
1 parent 0cadf35 commit 1731455

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Traits/QueryCacheable.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@
88
/**
99
* @method static bool flushQueryCache(string[] $array = [])
1010
* @method static bool flushQueryCacheWithTag(string $string)
11+
* @method static \Illuminate\Database\Query\Builder|static cacheFor()
1112
* @method static \Illuminate\Database\Query\Builder|static cacheForever()
1213
* @method static \Illuminate\Database\Query\Builder|static dontCache()
1314
* @method static \Illuminate\Database\Query\Builder|static doNotCache()
15+
* @method static \Illuminate\Database\Query\Builder|static cachePrefix()
16+
* @method static \Illuminate\Database\Query\Builder|static cacheTags()
17+
* @method static \Illuminate\Database\Query\Builder|static appendCacheTags()
18+
* @method static \Illuminate\Database\Query\Builder|static cacheDriver()
19+
* @method static \Illuminate\Database\Query\Builder|static cacheBaseTags()
1420
*/
1521
trait QueryCacheable
1622
{

0 commit comments

Comments
 (0)