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