This commit is contained in:
Andras Bacsai
2023-06-12 22:09:43 +02:00
parent bc79e142e5
commit 309ea0e4d2
5 changed files with 56 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace App\Http\Livewire\Source\Gitlab;
use Livewire\Component;
class Change extends Component
{
public function render()
{
return view('livewire.source.gitlab.change');
}
}