Sindbad~EG File Manager

Current Path : /var/www/html/xfacil.desafio.com.py/vendor/livewire/livewire/src/Features/
Upload File :
Current File : /var/www/html/xfacil.desafio.com.py/vendor/livewire/livewire/src/Features/SupportBootMethod.php

<?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]); 
            }
        });
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists