diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index cda0f4a0f5399..dcf514f9f84fc 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -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)`