Commit 157e0894 authored by Nicolas Widart's avatar Nicolas Widart

Removing the helper file

parent 909eae1a
<?php
if ( ! function_exists('thumbnail'))
{
/**
* Getting a thumbnail
* @param string $path
* @param string $thumbnail
* @return
*/
function thumbnail($path, $thumbnail)
{
return Modules\Media\Image\Facade\Imagy::getThumbnail($path, $thumbnail);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment