Visman 5 лет назад
Родитель
Сommit
eb438fa40e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Core/Cache.php

+ 1 - 1
app/Core/Cache.php

@@ -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);
     }