Testing command suppressed.

This commit is contained in:
MatthieuParis 2021-08-08 20:35:12 +02:00
parent 537b1614c4
commit c2e031ae3e

View File

@ -1,4 +1,4 @@
<?php
a<?php
namespace BookStack\Entities\Tools;
@ -26,7 +26,6 @@ class PageEditActivity
*/
public function hasActiveEditing(): bool
{
$value = $this->activePageEditingQuery(60)->count();
return $this->activePageEditingQuery(60)->count() > 0;
}