summaryrefslogtreecommitdiff
path: root/includes/view/ShiftCalendarRenderer.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-10-03 17:41:14 +0200
committermsquare <msquare@notrademark.de>2016-10-03 17:41:14 +0200
commit6c8a11338391dda651b355ea3747ad82603901e4 (patch)
treeef47875dfe9b1fd1f4b806d1af75db292fc814d4 /includes/view/ShiftCalendarRenderer.php
parentd59809d6d2aafaad335fc614895865bdd0710087 (diff)
introduce ShiftsFilter
Diffstat (limited to 'includes/view/ShiftCalendarRenderer.php')
-rw-r--r--includes/view/ShiftCalendarRenderer.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/includes/view/ShiftCalendarRenderer.php b/includes/view/ShiftCalendarRenderer.php
new file mode 100644
index 00000000..8356d033
--- /dev/null
+++ b/includes/view/ShiftCalendarRenderer.php
@@ -0,0 +1,11 @@
+<?php
+
+namespace Engelsystem;
+
+class ShiftCalendarRenderer {
+
+ public function __construct() {
+ }
+}
+
+?> \ No newline at end of file