webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
socialite
/
src
/
Facades
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Socialite.php
0.567KB
edt
ren
<?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) * @method static \Laravel\Socialite\Two\AbstractProvider buildProvider($provider, $config) * * @see \Laravel\Socialite\SocialiteManager */ class Socialite extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return Factory::class; } }