Fixed formatting in Security section

This commit is contained in:
Krzysztof Jończyk 2017-04-14 11:38:02 +02:00 committed by GitHub
parent bbe269f666
commit 3bde16c84a

View File

@ -1144,7 +1144,7 @@ UPGRADE FROM 2.x to 3.0
'http_digest' => array('secret' => '%secret%'),
),
));
```
```
* The `AbstractVoter` class was removed. Instead, extend the new `Voter` class,
introduced in 2.8, and move your voting logic to the to the `supports($attribute, $subject)`