format('d M, Y'); } public function adjustedProducts() { return $this->hasMany(AdjustedProduct::class, 'adjustment_id', 'id'); } }