Completed
Push — master ( 2cb14b...e83dd6 )
by Chauncey
18:09
created
src/Charcoal/Email/Email.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@  discard block
 block discarded – undo
21 21
 use Charcoal\Factory\FactoryInterface;
22 22
 
23 23
 // Module `charcoal-view` dependencies
24
-use Charcoal\View\GenericView;
25 24
 use Charcoal\View\ViewableInterface;
26 25
 use Charcoal\View\ViewableTrait;
27 26
 
@@ -32,7 +31,6 @@  discard block
 block discarded – undo
32 31
 // Intra module (`charcoal-email`) dependencies
33 32
 use Charcoal\Email\EmailInterface;
34 33
 use Charcoal\Email\EmailConfig;
35
-use Charcoal\Email\EmailLog;
36 34
 use Charcoal\Email\EmailQueueItem;
37 35
 
38 36
 /**
Please login to merge, or discard this patch.