summaryrefslogtreecommitdiff
path: root/app/Event/ProjectModificationDate.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Event/ProjectModificationDate.php')
-rw-r--r--app/Event/ProjectModificationDate.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Event/ProjectModificationDate.php b/app/Event/ProjectModificationDate.php
index 8fbaee73..d0d1e846 100644
--- a/app/Event/ProjectModificationDate.php
+++ b/app/Event/ProjectModificationDate.php
@@ -35,6 +35,17 @@ class ProjectModificationDate implements Listener
}
/**
+ * Return class information
+ *
+ * @access public
+ * @return string
+ */
+ public function __toString()
+ {
+ return get_called_class();
+ }
+
+ /**
* Execute the action
*
* @access public