rename options method name

Cette révision appartient à :
O3-Shop
2023-04-11 10:34:33 +02:00
Parent 94b0ff3656
révision 42493d9f1e
20 fichiers modifiés avec 20 ajouts et 20 suppressions

Voir le fichier

@ -46,7 +46,7 @@ abstract class AbstractOption implements OptionInterface
abstract public function get(): string;
public function mustQuote(): bool
public function isQuoted(): bool
{
return false;
}