Current Path : /home/cinepatreb/billetterie/vendor/intervention/httpauth/src/Laravel/Facades/ |
Current File : /home/cinepatreb/billetterie/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'; } }