feat(sentinel): implement SentinelRestarted event and update Livewire components to handle server restart notifications

This commit is contained in:
Andras Bacsai
2025-08-25 20:27:54 +02:00
parent be47884ee0
commit 83f2e856ec
4 changed files with 58 additions and 15 deletions

View File

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