Skip to content

Commit

Permalink
Remove unneeded use case
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Aug 17, 2020
1 parent f346312 commit c25e41d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/system/classes/ImageResizer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php namespace System\Classes;

use App;
use Url;
use Crypt;
use Cache;
Expand Down Expand Up @@ -766,4 +765,4 @@ public static function getFilterUrl($image, $width = null, $height = null, $opti

return $resizer->getUrl();
}
}
}

0 comments on commit c25e41d

Please sign in to comment.