Skip to content
Snippets Groups Projects
Commit 97109bc7 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Fixing broken import statement

parent b689e245
No related branches found
Tags 3.2.4
1 merge request!6Feature news migration
......@@ -27,9 +27,9 @@ namespace SGalinski\SgNews\Command;
***************************************************************/
use SGalinski\SgNews\Domain\Model\News;
use SGalinski\SgNews\Service\DataHandler;
use TYPO3\CMS\Backend\FrontendBackendUserAuthentication;
use TYPO3\CMS\Core\Database\DatabaseConnection;
use TYPO3\CMS\Core\DataHandling\DataHandler;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Extbase\Mvc\Controller\CommandController;
use TYPO3\CMS\Extbase\Persistence\Generic\Typo3QuerySettings;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment