Completed
Push — master ( 2f4806...4e3d73 )
by Renato
05:45
created
src/NwLaravel/Locale/Locale.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace NwLaravel\Locale;
4 4
 
5
-use Locale as PhpLocale;
6
-
7 5
 class Locale
8 6
 {
9 7
     public static function extensoOrdinal($number)
Please login to merge, or discard this patch.
src/NwLaravel/FileStorage/StorageManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use \Exception;
6 6
 use Symfony\Component\HttpFoundation\File\UploadedFile;
7 7
 use Illuminate\Contracts\Filesystem\Filesystem as Storage;
8
-use Intervention\Image\ImageManager;
9 8
 use Intervention\Image\Image;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.