1
0
mirror of synced 2025-01-27 10:31:45 +03:00

9 lines
97 B
PHP
Raw Normal View History

2013-11-04 12:40:51 +01:00
<?php
namespace Doctrine\Tests\Models\DDC2775;
/** @Entity */
class AdminRole extends Role
{
}