芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/app/Models/OrderItem.php
belongsTo(Inventory::class, 'inventory_id'); } /** * Get the order associated with the model. */ public function order() { return $this->belongsTo(Order::class, 'order_id'); } /** * Get the country associated with the order. */ // public function feedback() // { // return $this->hasOne(Feedback::class, 'id', 'feedback_id'); // } }