Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902)
This commit is contained in:
@@ -21,12 +21,10 @@ final class CustomerHelper
|
||||
public const PATTERN_SPACER = '{spacer}';
|
||||
public const SPACER = ' - ';
|
||||
|
||||
private $configuration;
|
||||
private $pattern;
|
||||
private ?string $pattern = null;
|
||||
|
||||
public function __construct(SystemConfiguration $configuration)
|
||||
public function __construct(private SystemConfiguration $configuration)
|
||||
{
|
||||
$this->configuration = $configuration;
|
||||
}
|
||||
|
||||
public function getChoicePattern(): string
|
||||
|
||||
Reference in New Issue
Block a user