File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/vendor/livewire/livewire/src/Features/SupportLocales.php
Back
<?php namespace Livewire\Features; use Livewire\Livewire; use Illuminate\Support\Facades\App; class SupportLocales { static function init() { return new static; } function __construct() { Livewire::listen('component.dehydrate.initial', function ($component, $response) { $response->fingerprint['locale'] = app()->getLocale(); }); Livewire::listen('component.hydrate.subsequent', function ($component, $request) { if ($locale = $request->fingerprint['locale']) { App::setLocale($locale); } }); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings