summaryrefslogtreecommitdiff
path: root/app/frontend/controls/grid/EventGridElement.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/frontend/controls/grid/EventGridElement.php')
-rw-r--r--app/frontend/controls/grid/EventGridElement.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/frontend/controls/grid/EventGridElement.php b/app/frontend/controls/grid/EventGridElement.php
new file mode 100644
index 0000000..28eaefa
--- /dev/null
+++ b/app/frontend/controls/grid/EventGridElement.php
@@ -0,0 +1,9 @@
+<?php
+
+Prado::using('Application.controls.grid.GridElement');
+
+class EventGridElement extends GridElement {
+
+}
+
+?>