Skip to content

Commit eb9877b

Browse files
authored
Update LaravelCache.php
1 parent 8511cbe commit eb9877b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Utils/LaravelCache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class LaravelCache
1919
* @param callable|Carbon|null $cacheTime
2020
* @param callable|null $callable
2121
* @param boolean $forever
22-
* @return void
22+
* @return mixed
2323
*/
2424
public static function remember(string $cacheKey, callable|Carbon $cacheTime = null, callable $callable = null, $forever = false)
2525
{
@@ -52,7 +52,7 @@ public static function remember(string $cacheKey, callable|Carbon $cacheTime = n
5252
* @param string $cacheKey
5353
* @param callable|Carbon|null $cacheTime
5454
* @param callable|null $callable
55-
* @return void
55+
* @return mixed
5656
*/
5757
public static function rememberForever(string $cacheKey, callable|Carbon $cacheTime = null, callable $callable = null)
5858
{

0 commit comments

Comments
 (0)