mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Fix MongoDB Backups failing!
This commit is contained in:
parent
b71f1a79c8
commit
bbcf484f7f
1 changed files with 1 additions and 1 deletions
|
|
@ -224,6 +224,6 @@ class StandaloneMongodb extends BaseModel
|
|||
return $this->morphMany(ScheduledDatabaseBackup::class, 'database');
|
||||
}
|
||||
public function database_name() {
|
||||
return $this->mongo_db;
|
||||
return "???";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue