feat: create ClickUp task after confirming accommodation booking
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Message;
|
||||
|
||||
final class CreateClickUpBookingTaskMessage
|
||||
{
|
||||
public function __construct(
|
||||
public readonly int $bookingId,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user