feat(sentinel): implement SentinelRestarted event and update Livewire components to handle server restart notifications
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user