mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 20:02:35 +01:00
Testing command suppressed.
This commit is contained in:
parent
537b1614c4
commit
c2e031ae3e
@ -1,4 +1,4 @@
|
|||||||
<?php
|
a<?php
|
||||||
|
|
||||||
namespace BookStack\Entities\Tools;
|
namespace BookStack\Entities\Tools;
|
||||||
|
|
||||||
@ -26,7 +26,6 @@ class PageEditActivity
|
|||||||
*/
|
*/
|
||||||
public function hasActiveEditing(): bool
|
public function hasActiveEditing(): bool
|
||||||
{
|
{
|
||||||
$value = $this->activePageEditingQuery(60)->count();
|
|
||||||
return $this->activePageEditingQuery(60)->count() > 0;
|
return $this->activePageEditingQuery(60)->count() > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user