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()