fix: set correct default agency

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent d70a27f2fd
commit 069600d602
+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,