UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_f6d79acfe91f
/
app
/
Repositories
/
Financial
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
PlanRepository.php
<?php namespace EstudioLMS\Repositories\Financial; use Prettus\Repository\Contracts\RepositoryInterface; /** * Interface PlanRepository * @package EstudioLMS\Repositories\Financial */ interface PlanRepository extends RepositoryInterface { /** * @return mixed */ public function freeDuration(); /** * @return mixed */ public function allPlans(); /** * @param $id * @param $locale * @return mixed */ public function translateOrNew($id, $locale); }
Copyright © 2026 - UnknownSec