mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 14:27:28 +01:00
13 lines
141 B
PHP
13 lines
141 B
PHP
<?php
|
|
namespace App\Controller;
|
|
|
|
/**
|
|
*
|
|
* @author kevinfrantz
|
|
*
|
|
*/
|
|
class SourceController implements NodeControllerInterface
|
|
{
|
|
}
|
|
|