Skip to content

Commit 0b63481

Browse files
committed
Fix for image generation
1 parent d4beafa commit 0b63481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/InitialAvatar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php namespace LasseRafn\InitialAvatarGenerator;
22

3-
use Intervention\Image\Image;
3+
use Intervention\Image\ImageManager;
44

55
class InitialAvatar
66
{
@@ -9,7 +9,7 @@ class InitialAvatar
99

1010
public function __construct()
1111
{
12-
$this->image = new Image();
12+
$this->image = new ImageManager();
1313
}
1414

1515
/**

0 commit comments

Comments
 (0)