Completed
Branch master (26dfef)
by Marcel
09:14
created
src/Generators/EnvironmentGenerator.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace BeyondCode\LaravelFavicon\Generators;
4 4
 
5
+use BeyondCode\LaravelFavicon\Favicon;
5 6
 use Illuminate\Http\Response;
6
-use Intervention\Image\Image;
7
-use Intervention\Image\ImageManager;
8 7
 use Intervention\Image\AbstractFont;
9
-use BeyondCode\LaravelFavicon\Favicon;
10 8
 use Intervention\Image\Gd\Font as GdFont;
9
+use Intervention\Image\Image;
10
+use Intervention\Image\ImageManager;
11 11
 use Intervention\Image\Imagick\Font as ImagickFont;
12 12
 
13 13
 class EnvironmentGenerator implements FaviconGenerator
Please login to merge, or discard this patch.
src/Http/Controllers/FaviconController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace BeyondCode\LaravelFavicon\Http\Controllers;
4 4
 
5
-use Illuminate\Http\Request;
6 5
 use BeyondCode\LaravelFavicon\Generators\FaviconGenerator;
6
+use Illuminate\Http\Request;
7 7
 
8 8
 class FaviconController
9 9
 {
Please login to merge, or discard this patch.