From 78174485183fa088cadc49b50c0d3a7617cd092a Mon Sep 17 00:00:00 2001 From: Rias Date: Sat, 15 Jun 2024 20:40:04 +0200 Subject: [PATCH] Update Stache.php --- src/Facades/Stache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Facades/Stache.php b/src/Facades/Stache.php index 91155313a0..97e3880f49 100644 --- a/src/Facades/Stache.php +++ b/src/Facades/Stache.php @@ -11,7 +11,7 @@ * @method static self registerStores($stores) * @method static mixed stores() * @method static mixed store($key) - * @method static \Illuminate\Contracts\Cache\Store cache() + * @method static \Illuminate\Contracts\Cache\Store cacheStore() * @method static string generateId() * @method static self clear() * @method static void refresh()