infinito/application/src/Controller/UserController.php

13 lines
139 B
PHP
Raw Normal View History

2018-09-05 15:46:14 +02:00
<?php
namespace App\Controller;
/**
*
* @author kevinfrantz
*
*/
class UserController implements UserControllerInterface
{
}