Completed
Pull Request — master (#42)
by
unknown
08:45
created
src/Translation/Reader.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Filesystem\Filesystem;
6 6
 use Illuminate\Foundation\Application;
7
-use Illuminate\Support\Collection;
8 7
 use Illuminate\Support\Arr;
8
+use Illuminate\Support\Collection;
9 9
 
10 10
 class Reader
11 11
 {
Please login to merge, or discard this patch.