Run php-cs-fixer
This commit is contained in:
parent
d1199e59e6
commit
25d9ba4779
21 changed files with 30 additions and 38 deletions
|
@ -107,6 +107,6 @@ class Backup extends Model
|
|||
{
|
||||
return $this->hasMany(AuditLog::class, 'metadata->backup_uuid', 'uuid')
|
||||
->where('action', 'LIKE', 'server:backup.%');
|
||||
// ->where('metadata->backup_uuid', $this->uuid);
|
||||
// ->where('metadata->backup_uuid', $this->uuid);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue