1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 20:34:03 +00:00

Delete outdated note about LW with domain ID in TSP stub (#53)

This commit is contained in:
lukinovec 2024-06-20 11:09:42 +02:00 committed by GitHub
parent b97c203967
commit 9119db810f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;