Shell B4ckd00r
Current Dir :
/
home
/
u789730693
/
domains
/
piorasplash.com
/
public_html
/
vendor
/
_laravel_ide
/
Home
Upload
Create Dir
Create File
Curl
Current File : /home/u789730693/domains/piorasplash.com/public_html/vendor/_laravel_ide/_facade.php
<?php namespace Illuminate\Support\Facades; interface Auth { /** * @return \App\Models\User|false */ public static function loginUsingId(mixed $id, bool $remember = false); /** * @return \App\Models\User|false */ public static function onceUsingId(mixed $id); /** * @return \App\Models\User|null */ public static function getUser(); /** * @return \App\Models\User */ public static function authenticate(); /** * @return \App\Models\User|null */ public static function user(); /** * @return \App\Models\User|null */ public static function logoutOtherDevices(string $password); /** * @return \App\Models\User */ public static function getLastAttempted(); }
v.01