undkonsorten / powermailpdf

When a user fills a powermail form he will get a download link for a pdf file which contains the values he just entered. Also the pdf can be attached to an email and send to the user.
1 stars 7 forks source link

remove redundant code #27

Open DavidBruchmann opened 5 months ago

DavidBruchmann commented 5 months ago

https://github.com/undkonsorten/powermailpdf/blob/d1336d1300c5369555aaebcdd0335b0eeeea7af7/ext_localconf.php#L9-L11

$GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects'][VariablesViewHelper::class] = [ 
    'className' => VariablesViewHelper::class
];