Skip to content

Commit

Permalink
Merge pull request #7 from coderfly/fixes-namespace
Browse files Browse the repository at this point in the history
Fixes namespace issue with Imagick and ImagickPixel
  • Loading branch information
yurkinx committed Apr 5, 2015
2 parents 094488a + 049ae51 commit 60a34e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yii/image/drivers/Kohana/Image/Imagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
namespace yii\image\drivers;

use yii\base\ErrorException;
use \Imagick;
use \ImagickPixel;
/**
* Support for image manipulation using [Imagick](http://php.net/Imagick).
*
Expand Down

0 comments on commit 60a34e0

Please sign in to comment.