We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7784219 commit 4500be3Copy full SHA for 4500be3
src/Illuminate/Support/Facades/Cache.php
@@ -6,7 +6,7 @@
6
* @method static \Illuminate\Contracts\Cache\Repository store(string|null $name = null)
7
* @method static \Illuminate\Contracts\Cache\Repository driver(string|null $driver = null)
8
* @method static \Illuminate\Contracts\Cache\Repository resolve(string $name)
9
- * @method static \Illuminate\Contracts\Cache\Repository build(array $config)
+ * @method static \Illuminate\Cache\Repository build(array $config)
10
* @method static \Illuminate\Cache\Repository repository(\Illuminate\Contracts\Cache\Store $store, array $config = [])
11
* @method static void refreshEventDispatcher()
12
* @method static string getDefaultDriver()
0 commit comments