File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/vendor/livewire/livewire/src/Features/SupportBootMethod.php
Back
<?php namespace Livewire\Features; use Illuminate\Support\Facades\App; use Livewire\ImplicitlyBoundMethod; use Livewire\Livewire; class SupportBootMethod { static function init() { return new static; } function __construct() { Livewire::listen('component.boot', function ($component) { $component->bootIfNotBooted(); }); Livewire::listen('component.booted', function ($component, $request) { if (method_exists($component, $method = 'booted')) { ImplicitlyBoundMethod::call(app(), [$component, $method], [$request]); } }); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings