mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:24:04 +00:00
Delete outdated note about LW with domain ID in TSP stub (#53)
This commit is contained in:
parent
b97c203967
commit
9119db810f
1 changed files with 0 additions and 6 deletions
|
|
@ -187,12 +187,6 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
* Livewire::setUpdateRoute(function ($handle) {
|
||||
* return RouteFacade::post('/livewire/update', $handle)->middleware(['web', 'universal']);
|
||||
* });
|
||||
*
|
||||
* If using domain identification, also make the script route universal.
|
||||
*
|
||||
* app(FrontendAssets::class)->setScriptRoute(function ($handle) {
|
||||
* return RouteFacade::get('/livewire/livewire.js', $handle)->middleware(['universal']);
|
||||
* });
|
||||
*/
|
||||
if (InitializeTenancyByRequestData::inGlobalStack()) {
|
||||
TenancyUrlGenerator::$prefixRouteNames = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue