mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 04:34:03 +00:00
Update comments
This commit is contained in:
parent
d8129ac2cc
commit
509279f188
2 changed files with 5 additions and 4 deletions
|
|
@ -127,7 +127,7 @@ test('url generator can override specific route names while all other functional
|
|||
|
||||
Route::get('/foo', fn () => 'foo')->name('foo');
|
||||
Route::get('/bar', fn () => 'bar')->name('bar');
|
||||
Route::get('/baz', fn () => 'baz')->name('baz'); // not overridden
|
||||
Route::get('/baz', fn () => 'baz')->name('baz'); // Not overridden
|
||||
|
||||
TenancyUrlGenerator::$override = ['foo' => 'bar'];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue