summaryrefslogtreecommitdiff
path: root/app/Event
diff options
context:
space:
mode:
Diffstat (limited to 'app/Event')
-rw-r--r--app/Event/ProjectModificationDate.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Event/ProjectModificationDate.php b/app/Event/ProjectModificationDate.php
index d0d1e846..1b0b3736 100644
--- a/app/Event/ProjectModificationDate.php
+++ b/app/Event/ProjectModificationDate.php
@@ -55,8 +55,7 @@ class ProjectModificationDate implements Listener
public function execute(array $data)
{
if (isset($data['project_id'])) {
- $this->project->updateModificationDate($data['project_id']);
- return true;
+ return $this->project->updateModificationDate($data['project_id']);
}
return false;