Check for edge cases

This commit is contained in:
David Bomba 2025-04-29 14:51:49 +10:00
parent 8b9d36edc2
commit e354d27091
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class UpdateAutoBilling extends Component
public function mount() public function mount()
{ {
MultiDB::setDb($this->db); MultiDB::setDb($this->db ?? config('database.default'));
} }
#[Computed] #[Computed]