belongsTo(Storage::class)->withDefault(); } public function seller() { return $this->belongsTo(Seller::class)->withDefault(); } }