mirror of
https://github.com/werkraum-media/fdebug.git
synced 2024-11-22 21:36:08 +01:00
7 lines
147 B
PHP
7 lines
147 B
PHP
|
<?php
|
||
|
|
||
|
defined('TYPO3') or die();
|
||
|
|
||
|
$GLOBALS['TYPO3_CONF_VARS']['SYS']['fluid']['namespaces']['f']['fdebug'] = 'WerkraumMedia\FDebug\ViewHelpers';
|
||
|
|