Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Jun 25, 2024
2 parents dbef2e2 + 803ea31 commit 9c27c95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ c7cf3721a7a6c8cd138ef81b3b8808f3fcddbceb
28dd8fbd2e4bc87417b57344f764902568e02a59
606e3903a1b43d5b8b6885b08c606d38733b48ec
8eb53c89cdd9a428abdbbf33dec6dc37a6142a4f
398df352fba6fa456f368b03a54bb63448cb91ca
8 changes: 2 additions & 6 deletions app/Livewire/BackupTasks/CreateBackupTaskForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,9 @@ class CreateBackupTaskForm extends Component
public ?string $isolatedUsername = null;
public ?string $isolatedPassword = null;

public function updatedUseCustomCron(): void
{
}
public function updatedUseCustomCron(): void {}

public function updatedUseIsolatedCredentials(): void
{
}
public function updatedUseIsolatedCredentials(): void {}

public function updatedBackupType(): void
{
Expand Down
4 changes: 1 addition & 3 deletions app/Livewire/BackupTasks/UpdateBackupTaskForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ class UpdateBackupTaskForm extends Component
public ?string $isolatedUsername = null;
public ?string $isolatedPassword = null;

public function updatedUseCustomCron(): void
{
}
public function updatedUseCustomCron(): void {}

public function updatedBackupType(): void
{
Expand Down

0 comments on commit 9c27c95

Please sign in to comment.