diff --git a/laravel/cache/drivers/memory.php b/laravel/cache/drivers/memory.php index 8510890a..3e233348 100644 --- a/laravel/cache/drivers/memory.php +++ b/laravel/cache/drivers/memory.php @@ -82,7 +82,7 @@ public function forget($key) */ public function flush() { - $this->stroage = array(); + $this->storage = array(); } } \ No newline at end of file