yii2mod / yii2-settings

Persistent settings in Yii2
MIT License
102 stars 33 forks source link

returns the value incorrectly #38

Closed c7v closed 1 year ago

c7v commented 1 year ago

// Checking existence of setting $settings->has('section', 'key');

The setting is not in the database, but it returns true, when this setting exists, it also returns true, what is the essence of this method?

c7v commented 1 year ago

Sorry! cache! FACK!