UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_4c3004e00d4c
/
app
/
Models
/
Financial
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
PlanTranslation.php
<?php namespace EstudioLMS\Models\Financial; use Illuminate\Database\Eloquent\Model; /** * EstudioLMS\Models\Financial\PlanTranslation * * @property int $id * @property int $plan_id * @property string $locale * @property string $name * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Financial\PlanTranslation whereId($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Financial\PlanTranslation whereLocale($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Financial\PlanTranslation whereName($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Financial\PlanTranslation wherePlanId($value) * @mixin \Eloquent */ class PlanTranslation extends Model { public $timestamps = false; protected $fillable = [ 'name', ]; }
Copyright © 2026 - UnknownSec