Completed
Push — master ( fab734...9c5b80 )
by Elf
05:53
created
src/Services/Optimus/GenerateOptimusCommand.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
 namespace ElfSundae\Laravel\Support\Services\Optimus;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Illuminate\Console\Command;
7 6
 use Jenssegers\Optimus\Energon;
8 7
 
Please login to merge, or discard this patch.
src/Services/Agent/Client.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
 namespace ElfSundae\Laravel\Support\Services\Agent;
4 4
 
5
-use Illuminate\Support\Arr;
6 5
 use Jenssegers\Agent\Agent;
7 6
 use Illuminate\Support\Fluent;
8 7
 use ElfSundae\Laravel\Support\Traits\FluentArrayAccess;
Please login to merge, or discard this patch.