Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
validate_table_existence
to abstract SettingsManager
The `BackendManager` was using the `validate_table_existence` from its `SettingsManager` member, but this method was not defined in the abstract class. It was present in both backends implementations, but there would be nothing requiring from the abstract parent class. This is mostly a "formal" quickfix.
- Loading branch information