D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
livewire
/
livewire
/
src
/
Mechanisms
/
Filename :
Mechanism.php
back
Copy
<?php namespace Livewire\Mechanisms; use Illuminate\Support\Facades\Blade; use Illuminate\Support\Str; use Livewire\LivewireServiceProvider; abstract class Mechanism { function register() { app()->instance(static::class, $this); } function boot() { // } }