1
0
mirror of synced 2025-02-03 05:49:25 +03:00
2017-10-14 12:39:57 +02:00

9 lines
98 B
PHP

<?php
namespace Doctrine\Tests\Models\OrnementalOrphanRemoval;
class Person
{
public $id;
}