diff --git a/src/helpers.php b/src/helpers.php index a7de7624..754868bc 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -66,7 +66,7 @@ if (! function_exists('global_cache')) { * If an array is passed, we'll assume you want to put to the cache. * * @param dynamic key|key,default|data,expiration|null - * @return mixed|\Illuminate\Cache\CacheManager + * @return mixed|Illuminate\Cache\CacheManager * * @throws InvalidArgumentException */