engelsystem/includes/view/ShiftCalendarRenderer.php

11 lines
105 B
PHP
Raw Normal View History

2016-10-03 17:41:14 +02:00
<?php
namespace Engelsystem;
class ShiftCalendarRenderer {
public function __construct() {
}
}
?>