Refactor Livewire/Project/Database/BackupExecutions.php to remove unused code
This commit is contained in:
parent
388929be30
commit
3b0029c400
1 changed files with 0 additions and 2 deletions
|
|
@ -28,7 +28,6 @@ public function getListeners()
|
|||
|
||||
return [
|
||||
"echo-private:team.{$userId},BackupCreated" => 'refreshBackupExecutions',
|
||||
'deleteBackup',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
@ -41,7 +40,6 @@ public function cleanupFailed()
|
|||
}
|
||||
}
|
||||
|
||||
#[On('deleteBackup')]
|
||||
public function deleteBackup($executionId, $password)
|
||||
{
|
||||
if (! Hash::check($password, Auth::user()->password)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue