fix: undefined variable
This commit is contained in:
parent
37d4d5f98c
commit
cbe44529f9
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ public function __construct($backup)
|
|||
public function handle(): void
|
||||
{
|
||||
try {
|
||||
$databasesToBackup = null;
|
||||
|
||||
$this->team = Team::find($this->backup->team_id);
|
||||
if (! $this->team) {
|
||||
$this->backup->delete();
|
||||
|
|
|
|||
Loading…
Reference in a new issue