diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormViewHelper.php index 63b1404b4d5428ddab54c8f17a28b1d9cec1d56f..b77317c88d4dcfe2e837ad5f531bec5317059434 100644 --- a/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormViewHelper.php +++ b/typo3/sysext/fluid/Classes/ViewHelpers/Form/AbstractFormViewHelper.php @@ -14,13 +14,15 @@ namespace TYPO3\CMS\Fluid\ViewHelpers\Form; * The TYPO3 project - inspiring people to share! */ +use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper; + /** * Abstract Form View Helper. Bundles functionality related to direct property access of objects in other Form ViewHelpers. * * If you set the "property" attribute to the name of the property to resolve from the object, this class will * automatically set the name and value of a form element. */ -abstract class AbstractFormViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper +abstract class AbstractFormViewHelper extends AbstractTagBasedViewHelper { /** * @var \TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface