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;