Completed
Push — develop ( 9cfff8...28d506 )
by John
04:31 queued 01:20
created
Alpha/Controller/ArticleController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -10,15 +10,11 @@
 block discarded – undo
10 10
 use Alpha\Util\Http\Request;
11 11
 use Alpha\Util\Http\Response;
12 12
 use Alpha\Util\Service\ServiceFactory;
13
-use Alpha\Util\File\FileUtils;
14 13
 use Alpha\Model\Article;
15 14
 use Alpha\Model\ArticleComment;
16 15
 use Alpha\Model\Type\Relation;
17 16
 use Alpha\View\View;
18
-use Alpha\View\ViewState;
19 17
 use Alpha\View\Widget\Button;
20
-use Alpha\Exception\SecurityException;
21
-use Alpha\Exception\AlphaException;
22 18
 use Alpha\Exception\RecordNotFoundException;
23 19
 use Alpha\Exception\IllegalArguementException;
24 20
 use Alpha\Exception\ResourceNotFoundException;
Please login to merge, or discard this patch.