summaryrefslogtreecommitdiff
path: root/includes/view/ShiftCalendarRenderer.php
blob: 8356d033f90888bd5b6feab52f02ef9491f990bb (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace Engelsystem;

class ShiftCalendarRenderer {

  public function __construct() {
  }
}

?>