Skip to content

Commit 53f4141

Browse files
timacdonaldgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 00c7e31 commit 53f4141

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Cache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/**
66
* @method static \Illuminate\Contracts\Cache\Repository store(string|null $name = null)
77
* @method static \Illuminate\Contracts\Cache\Repository driver(string|null $driver = null)
8+
* @method static \Illuminate\Contracts\Cache\Repository memo(string|null $driver = null)
89
* @method static \Illuminate\Contracts\Cache\Repository resolve(string $name)
910
* @method static \Illuminate\Cache\Repository build(array $config)
1011
* @method static \Illuminate\Cache\Repository repository(\Illuminate\Contracts\Cache\Store $store, array $config = [])

0 commit comments

Comments
 (0)