infinito/application/src/Entity/User.php

13 lines
138 B
PHP
Raw Normal View History

2018-09-05 15:46:14 +02:00
<?php
namespace App\Entity;
/**
*
* @author kevinfrantz
*
*/
class User extends AbstractSource implements UserInterface
{
}