Formatting fix in upgrade 3.0 document

This commit is contained in:
Piotr Błasiak 2018-01-20 23:34:15 +01:00
parent 420789c694
commit dc6d5e1083

View File

@ -1098,7 +1098,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)`