芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/app/Models/Supplier.php
hasMany(Inventory::class); } /** * Get the shop for the supplier. */ public function shop() { return $this->belongsTo(Shop::class); } }