Current File : /home/itiffy/public_html/vendor/intervention/image/src/Intervention/Image/Facades/Image.php
<?php

namespace Intervention\Image\Facades;

use Illuminate\Support\Facades\Facade;

class Image extends Facade
{
    protected static function getFacadeAccessor()
    {
        return 'image';
    }
}