wip: migrate to livewire 3
This commit is contained in:
13
app/Livewire/Source/Gitlab/Change.php
Normal file
13
app/Livewire/Source/Gitlab/Change.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Livewire\Source\Gitlab;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class Change extends Component
|
||||
{
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.source.gitlab.change');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user