mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 11:36:12 +01:00
TASK: Explain why this todo is not resolved yet
This commit is contained in:
parent
5ad99ad8f6
commit
7cabcea0d5
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ use TYPO3\CMS\Core\SingletonInterface as Singleton;
|
|||
* This is the place to add mappings of further parts to adjust the data before
|
||||
* sending ot to connection.
|
||||
*
|
||||
* TODO: Probably a candidate for deletion
|
||||
* TODO: Probably a candidate for deletion. Currently this class makes use of
|
||||
* extbase DI. We have to resolve this somehow.
|
||||
*/
|
||||
class DataHandler implements Singleton
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue