feat: add typed dto for cms data
This commit is contained in:
@@ -69,7 +69,9 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
{% include 'booking/_summary_hotel.html.twig' %}
|
||||
{% include 'booking/_summary_hotel.html.twig' with {
|
||||
'summaryData': summaryData
|
||||
} %}
|
||||
|
||||
{# Mutability information (edit mode only) #}
|
||||
{% if bookingDto.mode == constant('App\\Form\\Model\\BookingDto::MODE_EDIT') and mutableData %}
|
||||
|
||||
Reference in New Issue
Block a user