mirror of
https://github.com/archtechx/tenancy.git
synced 2026-05-06 18:44:04 +00:00
Improve wording
This commit is contained in:
parent
61bf6dc561
commit
ac90ef08e4
2 changed files with 5 additions and 4 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue