Completed
Push — master ( 89dc75...5dd01f )
by
unknown
01:22
created
src/Includes/IncludedRelationship.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\QueryBuilder\Includes;
4 4
 
5
-use Illuminate\Support\Str;
6
-use Illuminate\Support\Collection;
7 5
 use Illuminate\Database\Eloquent\Builder;
6
+use Illuminate\Support\Collection;
8 7
 
9 8
 class IncludedRelationship implements IncludeInterface
10 9
 {
Please login to merge, or discard this patch.