for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace A17\Twill\Services\MediaLibrary;
use Illuminate\Support\Facades\Facade;
class ImageService extends Facade
{
/**
* @return string
*/
protected static function getFacadeAccessor()
return 'imageService';
}