blob: 5f7e4a934197ff5dc80c0eb979bc96d5b2a3945e [file] [log] [blame]
<?php
namespace Keycloak\Facades;
use Illuminate\Support\Facades\Facade;
class Keycloak extends Facade {
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor() { return 'keycloak'; }
}