File manager - Edit - /home/webapp69.cm.in.th/u69319090017/shop17/app/Models/CartItem.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class CartItem extends Model { protected $fillable = [ 'user_id', 'product_variant_id', 'quantity', ]; protected $casts = [ 'quantity' => 'integer', ]; public function user() { return $this->belongsTo(User::class); } public function variant() { return $this->belongsTo(ProductVariant::class, 'product_variant_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.24 |
proxy
|
phpinfo
|
Settings