@@ -2,8 +2,8 @@ |
||
| 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 | { |
@@ -2,12 +2,12 @@ |
||
| 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 | 7 | use Intervention\Image\AbstractFont; |
| 8 | -use Intervention\Image\ImageManager; |
|
| 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 |