File manager - Edit - /home/webapp69.cm.in.th/u69319090017/shop17/app/Models/Product.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Product extends Model { protected $fillable = [ 'shop_id', 'name', 'description', ]; public function shop() { return $this->belongsTo(Shop::class); } public function variants() { return $this->hasMany(ProductVariant::class); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.24 |
proxy
|
phpinfo
|
Settings