1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-05-06 18:44:04 +00:00

Improve wording

This commit is contained in:
lukinovec 2026-04-21 13:46:26 +02:00
parent 61bf6dc561
commit ac90ef08e4
2 changed files with 5 additions and 4 deletions

View file

@ -402,7 +402,7 @@ test('the bypass parameter works correctly with temporarySignedRoute', function(
->not()->toContain('central='); // Bypass parameter gets removed from the generated URL
});
test('the toRoute method can automatically prefix the passed route name', function () {
test('toRoute can automatically prefix the passed route name', function () {
config(['tenancy.bootstrappers' => [UrlGeneratorBootstrapper::class]]);
Route::get('/central/home', fn () => 'central')->name('home');