From e05c0582cba43351a02d196f7af6125d18f38e07 Mon Sep 17 00:00:00 2001 From: Ivo Valchev Date: Thu, 23 Apr 2020 14:16:47 +0200 Subject: [PATCH] Remove unused Bolt\Entity\Field import --- src/Configuration/Parser/ContentTypesParser.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Configuration/Parser/ContentTypesParser.php b/src/Configuration/Parser/ContentTypesParser.php index 38eb31606..f529f6fa6 100644 --- a/src/Configuration/Parser/ContentTypesParser.php +++ b/src/Configuration/Parser/ContentTypesParser.php @@ -8,7 +8,6 @@ use Bolt\Common\Str; use Bolt\Configuration\Content\ContentType; use Bolt\Configuration\Content\FieldType; -use Bolt\Entity\Field; use Bolt\Enum\Statuses; use Bolt\Exception\ConfigurationException; use Tightenco\Collect\Support\Collection;