Skip to content

Commit

Permalink
[BUGFIX] Use correct interface in data relation viewhelper
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Aug 12, 2018
1 parent 4a6b07e commit df6de77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/DataRelationViewHelper.php
Expand Up @@ -11,8 +11,8 @@

use TYPO3\CMS\Core\Database\ConnectionPool;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface;
use TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper;
use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithRenderStatic;

/**
Expand Down

0 comments on commit df6de77

Please sign in to comment.