Skip to content

Commit

Permalink
Fix for image generation
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRafn committed Jan 14, 2017
1 parent d4beafa commit 0b63481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/InitialAvatar.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php namespace LasseRafn\InitialAvatarGenerator;

use Intervention\Image\Image;
use Intervention\Image\ImageManager;

class InitialAvatar
{
Expand All @@ -9,7 +9,7 @@ class InitialAvatar

public function __construct()
{
$this->image = new Image();
$this->image = new ImageManager();
}

/**
Expand Down

0 comments on commit 0b63481

Please sign in to comment.