Feat: Implement email notification about new disposition
This commit is contained in:
@@ -51,11 +51,10 @@ class Destination implements TimestampableEntityInterface, SoftDeletableEntityIn
|
||||
|
||||
public function __toString(): string
|
||||
{
|
||||
return sprintf('%s - %s: %s, %s',
|
||||
return sprintf('%s - %s %s',
|
||||
$this->getDateFrom()->format('d.m.y'),
|
||||
$this->getDateTo()->format('d.m.y'),
|
||||
$this->getProduct(),
|
||||
$this->getHotel()
|
||||
$this->getProduct()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user