File "HttpAuth.php"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Laravel/Facades/HttpAuth.php
File size: 295 bytes
MIME-type: text/x-php
Charset: utf-8
<?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';
}
}