10 regels
144 B
PHP

2024-12-22 23:30:47 +01:00
<?php
namespace D3\KlicktippPhpClient\Entities;
use Doctrine\Common\Collections\ArrayCollection;
class FieldList extends ArrayCollection
{
}