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 @@ public function scheduledBackups()
|
|||
return $this->morphMany(ScheduledDatabaseBackup::class, 'database');
|
||||
}
|
||||
public function database_name() {
|
||||
return "???";
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue