Completed
Push — development ( 71c1f6...1923e7 )
by Torben
47:02 queued 02:14
created
Classes/Controller/AdministrationController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use DERHANSEN\SfEventMgt\Domain\Model\Event;
14 14
 use DERHANSEN\SfEventMgt\Service;
15 15
 use TYPO3\CMS\Extbase\Property\TypeConverter\DateTimeConverter;
16
-use TYPO3\CMS\Extbase\Utility\LocalizationUtility;
17 16
 
18 17
 /**
19 18
  * AdministrationController
Please login to merge, or discard this patch.
Classes/Service/ExportService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use DERHANSEN\SfEventMgt\Domain\Model\Registration;
13 13
 use DERHANSEN\SfEventMgt\Domain\Repository\RegistrationRepository;
14 14
 use DERHANSEN\SfEventMgt\Exception;
15
-use TYPO3\CMS\Core\Resource\Folder;
16 15
 use TYPO3\CMS\Core\Resource\ResourceFactory;
17 16
 use TYPO3\CMS\Core\Utility\GeneralUtility;
18 17
 
Please login to merge, or discard this patch.