<?php
namespace App\Entity;
use App\Repository\OtherServiceRepository;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity(repositoryClass: OtherServiceRepository::class)]
class OtherService extends Service
{
}