fixed small typo in UPGRADE-2.1.md

This commit is contained in:
drmonty 2012-03-23 08:16:11 +01:00
parent 54ce7c75e8
commit 887d70f5f6
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ UPGRADE FROM 2.0 to 2.1
```
* Session handler drivers should implement `\SessionHandlerInterface` or extend from
`Symfony\Component\HttpFoudation\Session\Storage\Handler\NativeHandlerInterface` base class and renamed
`Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeHandlerInterface` base class and renamed
to `Handler\FooSessionHandler`. E.g. `PdoSessionStorage` becomes `Handler\PdoSessionHandler`.
* Refactor code using `$session->*flash*()` methods to use `$session->getFlashBag()->*()`.