mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
- 2.x - sites (wip)
- improved ssh error handling - database soft deletes
This commit is contained in:
@ -70,7 +70,7 @@ public function storage(): BelongsTo
|
||||
|
||||
public function database(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(Database::class);
|
||||
return $this->belongsTo(Database::class)->withTrashed();
|
||||
}
|
||||
|
||||
public function files(): HasMany
|
||||
|
Reference in New Issue
Block a user