1
0
mirror of synced 2025-03-01 02:13:19 +03:00

9 lines
98 B
PHP
Raw Permalink Normal View History

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