Completed
Push — fix/backendModuleUrl ( a3b276 )
by Tomas Norre
17:39
created
Classes/Backend/BackendModule.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@  discard block
 block discarded – undo
41 41
 use TYPO3\CMS\Backend\Tree\View\PageTreeView;
42 42
 use TYPO3\CMS\Backend\Utility\BackendUtility;
43 43
 use TYPO3\CMS\Beuser\Domain\Model\BackendUser;
44
-use TYPO3\CMS\Beuser\Domain\Model\Demand;
45 44
 use TYPO3\CMS\Beuser\Domain\Repository\BackendUserRepository;
46 45
 use TYPO3\CMS\Core\Authentication\BackendUserAuthentication;
47 46
 use TYPO3\CMS\Core\Configuration\ExtensionConfiguration;
@@ -56,7 +55,6 @@  discard block
 block discarded – undo
56 55
 use TYPO3\CMS\Core\Utility\VersionNumberUtility;
57 56
 use TYPO3\CMS\Extbase\Object\ObjectManager;
58 57
 use TYPO3\CMS\Extbase\Persistence\Generic\QueryResult;
59
-use TYPO3\CMS\Backend\Routing\UriBuilder;
60 58
 
61 59
 /**
62 60
  * Class BackendModule
Please login to merge, or discard this patch.
Classes/Backend/View/ProcessListView.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -28,9 +28,7 @@
 block discarded – undo
28 28
 use AOE\Crawler\Domain\Model\ProcessCollection;
29 29
 use AOE\Crawler\Utility\BackendModuleUtility;
30 30
 use AOE\Crawler\Utility\ButtonUtility;
31
-use TYPO3\CMS\Backend\Utility\BackendUtility;
32 31
 use TYPO3\CMS\Core\Utility\GeneralUtility;
33
-use TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder;
34 32
 
35 33
 /**
36 34
  * Class ProcessListView
Please login to merge, or discard this patch.