File manager - Edit - /home/webapp69.cm.in.th/u69319090017/shop17/app/Models/ProductVariant.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class ProductVariant extends Model { protected $fillable = [ 'product_id', 'name', 'sku', 'price', 'stock', ]; protected $casts = [ 'price' => 'decimal:2', 'stock' => 'integer', ]; public function product() { return $this->belongsTo(Product::class); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings