Skip to content
Snippets Groups Projects
RestaurantListingElementDTO.php 204 B
Newer Older
<?php

namespace App\DTO;

class RestaurantListingElementDTO
{
    private $id;
    private $name;
    private $code;
    private $type;
    private $check;
    private $image;
    private $detailLink;

}