Completed
Push — develop ( 335c93...e4583a )
by Mohamed
12:58
created
app/Form/FormAbstract.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Illuminate\Database\Eloquent\Model;
15 15
 use Tinyissue\Model\Project;
16 16
 use Tinyissue\Model\User;
17
-use Illuminate\Contracts\Auth\Guard;
18 17
 
19 18
 /**
20 19
  * FormAbstract is an abstract class for Form classes.
Please login to merge, or discard this patch.
app/Http/Controllers/AdministrationController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Tinyissue\Model\Project;
19 19
 use Tinyissue\Model\Project\Issue\Attachment;
20 20
 use Tinyissue\Model\User;
21
-use Tinyissue\Services\SettingsManager;
22 21
 
23 22
 /**
24 23
  * CrudTrait is trait class containing the methods for adding/editing/deleting the Project\Issue model.
Please login to merge, or discard this patch.