From dc6d5e108399c3c70727ec9f4d7f708f2af6d551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20B=C5=82asiak?= Date: Sat, 20 Jan 2018 23:34:15 +0100 Subject: [PATCH] Formatting fix in upgrade 3.0 document --- 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 147f98c67addc..05c9b402b6bfd 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -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)`