|
@@ -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
|
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 |
Please login to merge, or discard this patch.