Your IP : 216.73.216.91


Current Path : /var/www/html/LLCF-APP/vendor/livewire/livewire/src/Mechanisms/
Upload File :
Current File : /var/www/html/LLCF-APP/vendor/livewire/livewire/src/Mechanisms/Mechanism.php

<?php

namespace Livewire\Mechanisms;

abstract class Mechanism
{
    function register()
    {
        app()->instance(static::class, $this);
    }

    function boot()
    {
        //
    }
}