feat: groups price calculator admin crud, booking/offer flow and api
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Model;
|
||||
|
||||
final readonly class InquiryStatus
|
||||
{
|
||||
/** @param string[] $reasons */
|
||||
public function __construct(
|
||||
public bool $isInquiry,
|
||||
public array $reasons,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user