File manager - Edit - /home/linknsbh/restawy.online/app/Models/Package.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Package extends Model { public $table = "packages"; protected $fillable = [ 'title', 'slug', 'price', 'term', 'featured', 'recommended', 'icon', 'is_trial', 'trial_days', 'status', 'storage_limit', 'staff_limit', 'order_limit', 'categories_limit', 'subcategories_limit', 'items_limit', 'table_reservation_limit', 'language_limit', 'features', 'meta_keywords', 'meta_description', ]; public function memberships() { return $this->hasMany(Membership::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.48 |
proxy
|
phpinfo
|
Settings