Skip to content

Commit

Permalink
Update Image.php
Browse files Browse the repository at this point in the history
add use Exception
  • Loading branch information
leonardocnalves authored Apr 6, 2017
1 parent 3007a30 commit 36f4c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/FroalaEditor/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace FroalaEditor;

use FroalaEditor\Utils\DiskManagement;
use \Exception;

class Image {
public static $defaultUploadOptions = array(
Expand Down

0 comments on commit 36f4c55

Please sign in to comment.