rename options method name

This commit is contained in:
O3-Shop
2023-04-11 10:34:33 +02:00
parent 94b0ff3656
commit 42493d9f1e
20 changed files with 20 additions and 20 deletions

View File

@ -32,7 +32,7 @@ class ToolbarMode extends AbstractOption
return 'sliding';
}
public function mustQuote(): bool
public function isQuoted(): bool
{
return true;
}