Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
proc
/
self
/
root
/
var
/
www
/
html
/
tpid-aden
/
api
/
app
/
Models
/
Or
Select Your none :
Upload File :
New :
File
Dir
//proc/self/root/var/www/html/tpid-aden/api/app/Models/Cart.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Cart extends Model { use HasFactory; protected $fillable = [ "mitra_store_id", "item_name", "id_item", "base_price", "grand_total", "qty", ]; function mitra_store(){ return $this->belongsTo(MitraStore::class); } }