Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
feat: VOL-5249 add feature toggle for transport consultant role (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilindsay authored Aug 2, 2024
1 parent e4c0100 commit 68eb681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/Api/src/Entity/System/FeatureToggle.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class FeatureToggle extends AbstractFeatureToggle
public const MESSAGING = 'messaging';
public const BACKEND_TRANSXCHANGE = 'transxchange_connection';
public const USE_NEW_ADDRESS_SERVICE = 'use_new_address_service';
public const TRANSPORT_CONSULTANT_ROLE = 'transport_consultant_role';

public static function create(/*string*/ $configName, /*string*/ $friendlyName, RefData $status)/*: FeatureToggle */
{
Expand Down

0 comments on commit 68eb681

Please sign in to comment.