File manager - Edit - /home/linknsbh/linkat.online/app/Models/Membership.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Membership extends Model { public $table = "memberships"; protected $fillable = [ 'package_price', 'discount', 'coupon_code', 'price', 'currency', 'currency_symbol', 'payment_method', 'transaction_id', 'status', 'is_trial', 'trial_days', 'receipt', 'transaction_details', 'settings', 'package_id', 'user_id', 'start_date', 'expire_date', 'conversation_id' ]; public function user() { return $this->belongsTo(User::class, 'user_id'); } public function package() { return $this->belongsTo(Package::class, 'package_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 1.1 |
proxy
|
phpinfo
|
Settings