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 9ab0383 commit 8085000Copy full SHA for 8085000
tests/Unit/Macros/LocalizedUrlMacroTest.php
@@ -407,6 +407,7 @@ public function a_fallback_route_is_not_triggered_when_a_registered_route_throws
407
public function it_returns_a_localized_url_for_a_localized_fallback_route()
408
{
409
$this->setSupportedLocales(['en', 'nl']);
410
+ $this->setUseLocaleMiddleware(true);
411
412
Route::localized(function () {
413
Route::fallback(function () {
0 commit comments