infinito/application/src/Controller/SourceController.php
2018-09-05 15:46:14 +02:00

13 lines
141 B
PHP

<?php
namespace App\Controller;
/**
*
* @author kevinfrantz
*
*/
class SourceController implements NodeControllerInterface
{
}