venom/src/modules/Data/Controller/DataController.php
versustunez eb6770204a VENOM-10: Moved to new Module Structure
Fixed File-Endings
Added Entity-System
2021-01-03 16:59:11 +01:00

13 lines
No EOL
108 B
PHP

<?php
namespace Modules\Data\Controller;
class DataController
{
public function get()
{
}
}