summaryrefslogtreecommitdiff
path: root/app/Event/FileEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Event/FileEvent.php')
-rw-r--r--app/Event/FileEvent.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Event/FileEvent.php b/app/Event/FileEvent.php
new file mode 100644
index 00000000..81bd83c9
--- /dev/null
+++ b/app/Event/FileEvent.php
@@ -0,0 +1,7 @@
+<?php
+
+namespace Event;
+
+class FileEvent extends GenericEvent
+{
+}