mirror of
https://github.com/werkraum-media/fdebug.git
synced 2024-11-21 23:36:10 +01:00
Import missing namespace
Prevents "Fatal error: Declaration" issue.
This commit is contained in:
parent
def53b593a
commit
c79127fad4
1 changed files with 2 additions and 0 deletions
|
@ -21,9 +21,11 @@ namespace WerkraumMedia\FDebug\ViewHelpers;
|
|||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
|
||||
use TYPO3\CMS\Fluid\ViewHelpers\DebugViewHelper as Typo3DebugViewHelper;
|
||||
use WerkraumMedia\FDebug\Utility\DebuggerUtility;
|
||||
|
||||
|
||||
/**
|
||||
* Replacement for original TYPO3 ViewHelper.
|
||||
* Will use alternative DebuggerUtility for integrator optimized debugging information.
|
||||
|
|
Loading…
Reference in a new issue