Current File : /var/www/prestashop/vendor/intervention/httpauth/src/Laravel/Facades/HttpAuth.php
<?php

namespace Intervention\HttpAuth\Laravel\Facades;

use Illuminate\Support\Facades\Facade;

class HttpAuth extends Facade
{
    /**
     * Return facade accessor
     *
     * @return string
     */
    protected static function getFacadeAccessor()
    {
        return 'httpauth';
    }
}