/home/kueuepay/public_html/vendor/buglinjo/laravel-webp/src/Facades/Webp.php
<?php

namespace Buglinjo\LaravelWebp\Facades;

use Illuminate\Support\Facades\Facade;

class Webp extends Facade
{
    /**
     * Return facade accessor
     *
     * @return string
     */
    protected static function getFacadeAccessor()
    {
        return 'webp';
    }
}
User Registration
top