shiftcalc/app/controller/Controller.php

24 lines
583 B
PHP
Raw Normal View History

2025-07-21 22:02:38 +02:00
<?php declare(strict_types=1);
namespace Nischcodes\Shiftcalc\App\Controller;
/**
* Controller
*
* main controller for this application
*
* PHP version 8.4 or higher
*
* LICENSE: GPL-3
*
* @package ShiftCalc
* @author nisch.codes <nischcodes@noreply.projects.nisch.codes>
* @copyright 2021 nisch.codes
* @license https://projects.nisch.codes/nischcodes/shiftcalc/src/branch/main/LICENSE GPL-3
* @version 1.0.0
* @link https://projects.nisch.codes/nischcodes/shiftcalc
*/
class Controller extends Nischcodes\ShiftCalc\Controller {
//TODO
}