Skip to content

Commit 4500be3

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 7784219 commit 4500be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @method static \Illuminate\Contracts\Cache\Repository store(string|null $name = null)
77
* @method static \Illuminate\Contracts\Cache\Repository driver(string|null $driver = null)
88
* @method static \Illuminate\Contracts\Cache\Repository resolve(string $name)
9-
* @method static \Illuminate\Contracts\Cache\Repository build(array $config)
9+
* @method static \Illuminate\Cache\Repository build(array $config)
1010
* @method static \Illuminate\Cache\Repository repository(\Illuminate\Contracts\Cache\Store $store, array $config = [])
1111
* @method static void refreshEventDispatcher()
1212
* @method static string getDefaultDriver()

0 commit comments

Comments
 (0)