File manager - Edit - /home/u300416816/domains/fastfoodzen.com/public_html/app/Models/Order_item.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Order_item extends Model { use HasFactory; protected $table = 'order_items'; protected $fillable = [ 'order_master_id', 'customer_id', 'seller_id', 'product_id', 'variation_size', 'variation_color', 'quantity', 'price', 'total_price', 'tax', 'discount', ]; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings