We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002da50 commit 9779363Copy full SHA for 9779363
src/Router/AdminRouteGenerator.php
@@ -84,7 +84,7 @@ public function __construct(
84
private readonly CacheItemPoolInterface $cache,
85
private readonly Filesystem $filesystem,
86
private readonly string $buildDir,
87
- private readonly string $defaultLocale,
+ private readonly ?string $defaultLocale,
88
private readonly iterable $adminRouteControllers = [],
89
) {
90
}
0 commit comments