belongsTo(TransferOrder::class); } public function warehouseId() { return [ $this->transferOrder->source_warehouse_id, $this->transferOrder->destination_warehouse_id, ]; } }