Fix typo in memory driver.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
2
laravel/cache/drivers/memory.php
vendored
2
laravel/cache/drivers/memory.php
vendored
@@ -82,7 +82,7 @@ class Memory extends Driver {
|
|||||||
*/
|
*/
|
||||||
public function flush()
|
public function flush()
|
||||||
{
|
{
|
||||||
$this->stroage = array();
|
$this->storage = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user