<?php
namespace ConcreteCoreLegacy;
use ConcreteCoreFileImageBasicThumbnailer;
/**
* This is deprecated. It will be removed. Use Core::make('image/thumbnailer') to grab the current
* class instead.
* @deprecated
*/
final class ImageHelper extends BasicThumbnailer
{
}