fix: user needs to be set from import job
This commit is contained in:
@@ -50,4 +50,9 @@ class BackupImport extends Model
|
||||
'completed_at' => 'datetime',
|
||||
];
|
||||
}
|
||||
|
||||
public function user()
|
||||
{
|
||||
return $this->belongsTo(User::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user