From 074056352de98fc567b4d13184c72887c75625d0 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 12 Oct 2014 21:38:56 -0400 Subject: Project activity refactoring and listeners improvements --- app/Event/ProjectModificationDateListener.php | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app/Event/ProjectModificationDateListener.php (limited to 'app/Event/ProjectModificationDateListener.php') diff --git a/app/Event/ProjectModificationDateListener.php b/app/Event/ProjectModificationDateListener.php new file mode 100644 index 00000000..abc176b0 --- /dev/null +++ b/app/Event/ProjectModificationDateListener.php @@ -0,0 +1,30 @@ +project->updateModificationDate($data['project_id']); + } + + return false; + } +} -- cgit v1.2.3