Feat: Make CRM ids configurable

This commit is contained in:
Björn Fromme
2023-09-12 15:08:23 +02:00
parent 08f7836d41
commit 69b6a0f395
5 changed files with 41 additions and 16 deletions
-4
View File
@@ -4,10 +4,6 @@ namespace App\BusProNet\Model;
class CrmAttribute
{
public const ATTR_ID_ADMIN = 1071;
public const ATTR_ID_MANAGER = 1072;
public const ATTR_ID_TEAMER = 1070;
private ?int $id = null;
private ?string $label = null;
private bool $selected = false;