UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_593f61bc9434
/
app
/
Models
/
Subscription
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
Periodicity.php
<?php namespace EstudioLMS\Models\Subscription; use Dimsav\Translatable\Translatable; use Illuminate\Database\Eloquent\Model; /** * Class Periodicity * @package EstudioLMS\Models\Subscription */ class Periodicity extends Model { use Translatable; public $translatedAttributes = [ 'title', ]; protected $fillable = [ 'title', 'periodicity' ]; }
Copyright © 2026 - UnknownSec