fix(crud): fix setter of double click

This commit is contained in:
Simon Vieille 2023-04-14 10:57:53 +02:00
parent a134a41926
commit 1069a4ad46
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -267,7 +267,7 @@ class CrudConfiguration
/* -- */
public function setDoubleClick(string $page, bool $enabled): bool
public function setDoubleClick(string $page, bool $enabled): self
{
$this->doubleClick[$page] = $enabled;