PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
plugins
/
social-login
/
src
/
Facades
<?php namespace Botble\SocialLogin\Facades; use Botble\SocialLogin\Supports\SocialService; use Illuminate\Support\Facades\Facade; class SocialServiceFacade extends Facade { /** * @return string */ protected static function getFacadeAccessor() { return SocialService::class; } }
[+]
..
[-] SocialServiceFacade.php
[edit]