UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
eagleead
/
app
/
Services
/
Logger
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
MailLogFacade.php
<?php namespace EstudioLMS\Services\Logger; use Illuminate\Support\Facades\Facade; /** * Class MailLogFacade * @package EstudioLMS\Services\Logger */ class MailLogFacade extends Facade { /** * Get the registered name of the component. * * @return string * * @throws \RuntimeException */ protected static function getFacadeAccessor() { return 'mailLog'; } }
Copyright © 2026 - UnknownSec