diff options
Diffstat (limited to 'app/Event/CommentEvent.php')
-rw-r--r-- | app/Event/CommentEvent.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Event/CommentEvent.php b/app/Event/CommentEvent.php new file mode 100644 index 00000000..75a132d7 --- /dev/null +++ b/app/Event/CommentEvent.php @@ -0,0 +1,7 @@ +<?php + +namespace Event; + +class CommentEvent extends GenericEvent +{ +} |