Fix typo in memory driver.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Taylor Otwell 2012-03-14 14:18:19 -05:00
parent a61f51fa93
commit da67b1bc66
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public function forget($key)
*/
public function flush()
{
$this->stroage = array();
$this->storage = array();
}
}