remove dd
This commit is contained in:
parent
b4119fe012
commit
166e5ad227
1 changed files with 0 additions and 1 deletions
|
|
@ -608,7 +608,6 @@ public function update_by_uuid(Request $request)
|
||||||
$backupConfig->update($backupPayload);
|
$backupConfig->update($backupPayload);
|
||||||
|
|
||||||
if ($request->backup_now) {
|
if ($request->backup_now) {
|
||||||
dd('test');
|
|
||||||
DatabaseBackupJob::dispatch($backupConfig);
|
DatabaseBackupJob::dispatch($backupConfig);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue