Skip to content

Commit

Permalink
Fix ResponseCache Facade docblock for forget() (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcanana authored Dec 11, 2024
1 parent ed15db9 commit 713c568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/ResponseCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* @method static void clear(array $tags = [])
* @method static void forget(string|array $key)
* @method static void forget(string|array $key, array $tags = [])
* @method static bool enabled(\Illuminate\Http\Request $request)
* @method static bool shouldCache(\Illuminate\Http\Request $request, \Symfony\Component\HttpFoundation\Response $response)
* @method static bool shouldBypass(\Illuminate\Http\Request $request)
Expand Down

0 comments on commit 713c568

Please sign in to comment.