Skip to content

Commit 896032e

Browse files
Philipphelhum
authored andcommitted
[BUGFIX] Use ConfigurationManagerInterface (#36)
Fixes #35
1 parent 4621dd4 commit 896032e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/ViewHelpers/Uri/AjaxActionViewHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
class AjaxActionViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
3333
{
3434
/**
35-
* @var \TYPO3\CMS\Extbase\Configuration\ConfigurationManager
35+
* @var \TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
3636
* @inject
3737
*/
3838
protected $configurationManager;

0 commit comments

Comments
 (0)