| Current Path : /var/www/html/LLCF-APP/vendor/livewire/livewire/src/Mechanisms/ |
| 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()
{
//
}
}