From 3bde16c84a978a7859adfb75cfb98346c96264b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Jo=C5=84czyk?= Date: Fri, 14 Apr 2017 11:38:02 +0200 Subject: [PATCH] Fixed formatting in Security section --- UPGRADE-3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)`