prepareStatement($query); $stmt->bind_param('sssi', $this->data['source_name'], $this->data['source_url'], $this->data['source_auth_token'], time()); $this->executeStatement($stmt); $stmt->close(); $this->apiOutput(200, ['success' => 'Information modified'], 'Information updated successfully.'); } }