From aa9d9d42d90ee6d2dfd9ccbf8bce7972b9eea4c2 Mon Sep 17 00:00:00 2001 From: Bob den Otter Date: Sun, 21 Apr 2019 15:01:21 +0200 Subject: [PATCH] CS fix --- src/Controller/TwigAwareController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Controller/TwigAwareController.php b/src/Controller/TwigAwareController.php index 48268bbd..47296ba9 100644 --- a/src/Controller/TwigAwareController.php +++ b/src/Controller/TwigAwareController.php @@ -6,7 +6,6 @@ namespace Bolt\Controller; use Bolt\Configuration\Config; use Bolt\Entity\Field\TemplateselectField; -use Bolt\Version; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Response; use Tightenco\Collect\Support\Collection;