Skip to content

Commit 5c47140

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent cee53ed commit 5c47140

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Cache.php

Lines changed: 2 additions & 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 resolve(string $name)
89
* @method static \Illuminate\Cache\Repository repository(\Illuminate\Contracts\Cache\Store $store)
910
* @method static void refreshEventDispatcher()
1011
* @method static string getDefaultDriver()
@@ -38,6 +39,7 @@
3839
* @method static int|null getDefaultCacheTime()
3940
* @method static \Illuminate\Cache\Repository setDefaultCacheTime(int|null $seconds)
4041
* @method static \Illuminate\Contracts\Cache\Store getStore()
42+
* @method static \Illuminate\Cache\Repository setStore(\Illuminate\Contracts\Cache\Store $store)
4143
* @method static \Illuminate\Contracts\Events\Dispatcher getEventDispatcher()
4244
* @method static void setEventDispatcher(\Illuminate\Contracts\Events\Dispatcher $events)
4345
* @method static void macro(string $name, object|callable $macro)

0 commit comments

Comments
 (0)