refactor(database): streamline SSL configuration handling across database types
This commit is contained in:
@@ -143,7 +143,6 @@ class General extends Component
|
||||
public function instantSaveSSL()
|
||||
{
|
||||
try {
|
||||
$this->database->enable_ssl = $this->database->enable_ssl;
|
||||
$this->database->save();
|
||||
$this->dispatch('success', 'SSL configuration updated.');
|
||||
} catch (Exception $e) {
|
||||
|
||||
Reference in New Issue
Block a user