Commit da67b1bc by Taylor Otwell

Fix typo in memory driver.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
parent a61f51fa
......@@ -82,7 +82,7 @@ class Memory extends Driver {
*/
public function flush()
{
$this->stroage = array();
$this->storage = array();
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment