fix: set correct default agency

This commit is contained in:
Björn Fromme
2025-10-07 17:27:26 +02:00
parent ec1bba7c46
commit 7304fb50c6
+1 -1
View File
@@ -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,