Fix typo in memory driver.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
parent
a61f51fa93
commit
da67b1bc66
|
@ -82,7 +82,7 @@ public function forget($key)
|
||||||
*/
|
*/
|
||||||
public function flush()
|
public function flush()
|
||||||
{
|
{
|
||||||
$this->stroage = array();
|
$this->storage = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue