diff --git a/src/View/Input/Radio.php b/src/View/Input/Radio.php index 98803401c7b..94110f557ed 100644 --- a/src/View/Input/Radio.php +++ b/src/View/Input/Radio.php @@ -15,7 +15,6 @@ namespace Cake\View\Input; use Cake\Utility\Inflector; -use Cake\View\StringTemplate; use Traversable; /** diff --git a/src/View/Input/SelectBox.php b/src/View/Input/SelectBox.php index 9b965199ca4..b27285da57e 100644 --- a/src/View/Input/SelectBox.php +++ b/src/View/Input/SelectBox.php @@ -14,7 +14,6 @@ */ namespace Cake\View\Input; -use Cake\View\StringTemplate; use Traversable; /**