phemellc / yii2-settings

Yii2 Settings Module
Other
151 stars 74 forks source link

Table Prefix #24

Closed xenolOnline closed 9 years ago

xenolOnline commented 9 years ago

Hello, method tableName() in Setting model not return table name with prefix. I think this right version: public static function tableName() { return '{{%settings}}'; }

Thank you.

arisk commented 9 years ago

Please look at the model class more carefully. It does account for the table prefix. Thanks

xenolOnline commented 9 years ago

Hello, it is strange. I see throw github, that it is contain table prefix, but if I install extension from composer - it will be without prefix.

arisk commented 9 years ago

You might need to change your minimum stability to dev that should pull in the latest changes.