Project

General

Profile

Refactor #32415

Updated by Ondřej Ezr almost 3 years ago

We are still using the model in the Api::V2::SettingsController. 

 We want all the methods to go through the SettingRegistry, so we don't need all the Settings to have DB record. Api::V2::SettingsController#update.

Back