Completed
Pull Request — master (#7)
by
unknown
02:20
created
src/Setting/Command/ModifyValue.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 use Anomaly\SettingsModule\Setting\Contract\SettingInterface;
4 4
 use Anomaly\Streams\Platform\Addon\FieldType\FieldType;
5
-use Anomaly\Streams\Platform\Addon\FieldType\FieldTypeCollection;
6 5
 use Illuminate\Contracts\Bus\SelfHandling;
7 6
 use Illuminate\Foundation\Bus\DispatchesJobs;
8 7
 
Please login to merge, or discard this patch.
src/Setting/Listener/Command/SetEmail.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Anomaly\SettingsModule\Setting\Listener\Command;
2 2
 
3 3
 use Anomaly\SettingsModule\Setting\Contract\SettingRepositoryInterface;
4
-use Anomaly\Streams\Platform\Support\Decorator;
5 4
 use Illuminate\Config\Repository;
6 5
 use Illuminate\Contracts\Bus\SelfHandling;
7 6
 
Please login to merge, or discard this patch.