mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:54:03 +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) {
|
* Livewire::setUpdateRoute(function ($handle) {
|
||||||
* return RouteFacade::post('/livewire/update', $handle)->middleware(['web', 'universal']);
|
* 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()) {
|
if (InitializeTenancyByRequestData::inGlobalStack()) {
|
||||||
TenancyUrlGenerator::$prefixRouteNames = false;
|
TenancyUrlGenerator::$prefixRouteNames = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue