Feat: Make CRM ids configurable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user