From c2e031ae3e012b82978424c5ea89eb416e283b82 Mon Sep 17 00:00:00 2001 From: MatthieuParis <19178125+MatthieuParis@users.noreply.github.com> Date: Sun, 8 Aug 2021 20:35:12 +0200 Subject: [PATCH] Testing command suppressed. --- app/Entities/Tools/PageEditActivity.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Entities/Tools/PageEditActivity.php b/app/Entities/Tools/PageEditActivity.php index 052427f6c..991882bef 100644 --- a/app/Entities/Tools/PageEditActivity.php +++ b/app/Entities/Tools/PageEditActivity.php @@ -1,4 +1,4 @@ -activePageEditingQuery(60)->count(); return $this->activePageEditingQuery(60)->count() > 0; }