Fix Cache (delete() method)
This commit is contained in:
parent
8f63f73fa9
commit
eb438fa40e
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class Cache
|
|||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function delete(striing $key): bool
|
||||
public function delete(string $key): bool
|
||||
{
|
||||
return $this->provider->delete($key);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue