Completed
Pull Request — master (#6)
by ARCANEDEV
04:38 queued 03:02
created
src/Exporters/AbstractExporter.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php namespace Arcanedev\LaravelExcel\Exporters;
2 2
 
3
-use Illuminate\Support\Collection;
4
-use Box\Spout\Writer\WriterFactory;
5
-use Arcanedev\LaravelExcel\Contracts\Serializer as SerializerContract;
6 3
 use Arcanedev\LaravelExcel\Contracts\Exporter as ExporterContract;
4
+use Arcanedev\LaravelExcel\Contracts\Serializer as SerializerContract;
5
+use Box\Spout\Writer\WriterFactory;
6
+use Illuminate\Support\Collection;
7 7
 
8 8
 /**
9 9
  * Class     AbstractExporter
Please login to merge, or discard this patch.