fix: set correct default agency
This commit is contained in:
@@ -14,7 +14,7 @@ use Symfony\Contracts\Cache\ItemInterface;
|
||||
|
||||
class AgencyLoader
|
||||
{
|
||||
public const DEFAULT_AGENCY_CODE = '0001';
|
||||
public const DEFAULT_AGENCY_CODE = 'INTERN';
|
||||
|
||||
public function __construct(
|
||||
private readonly CacheInterface $cache,
|
||||
|
||||
Reference in New Issue
Block a user