Actions
Bug #85205
closed[BUGFIX] Documentation: use FQCN in Table Garbage Collection Tasks
Start date:
2018-06-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The fully qualified class name of class `TableGarbageCollectionTask` must be used to configure database tables, which should be cleaned up (inactive or deleted records removed from the system).
Wrong: `tx_scheduler_TableGarbageCollection`
Correct: `\TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask::class`
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/112
Actions