/
home
/
techb158
/
ileadtechnology.com
/
SSM
/
vendor
/
laravel
/
socialite
/
src
/
Facades
/
/home/techb158/ileadtechnology.com/SSM/vendor/laravel/socialite/src/Facades
mkdir
upload
Name
Size
Mode
Actions
Socialite.php
486
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/SSM/vendor/laravel/socialite/src/Facades/Socialite.php
(486B)
<?php namespace Laravel\Socialite\Facades; use Illuminate\Support\Facades\Facade; use Laravel\Socialite\Contracts\Factory; /** * @method static \Laravel\Socialite\Contracts\Provider driver(string $driver = null) * @see \Laravel\Socialite\SocialiteManager */ class Socialite extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return Factory::class; } }
Save