engelsystem/src/Controllers/BaseController.php

9 lines
78 B
PHP
Raw Normal View History

2018-09-02 02:13:18 +02:00
<?php
namespace Engelsystem\Controllers;
abstract class BaseController
{
}