up
This commit is contained in:
@@ -9,6 +9,12 @@ class ShowIpTest extends Component
|
||||
{
|
||||
public string $ipId = '';
|
||||
|
||||
public function mount()
|
||||
{
|
||||
// Obtener la IP del servidor como fallback
|
||||
$this->ipId = Request::ip();
|
||||
}
|
||||
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.show-ip-test');
|
||||
|
||||
Reference in New Issue
Block a user