summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/intervention/httpauth/src/Intervention/Httpauth/Facades/Httpauth.php
blob: 93cf2bd7d76e61292de715a5e9c6809d0f6b07e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

namespace Intervention\Httpauth\Facades;

use Illuminate\Support\Facades\Facade;

class Httpauth extends Facade
{
    protected static function getFacadeAccessor()
    {
        return 'httpauth';
    }
}