mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Fix database_name() method to return null instead of "???"
This commit is contained in:
parent
8cfa88eff8
commit
714b887274
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 "???";
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue