- Affected version
- 2.0.0 DP 10
I have added custom field to xf_styles table in my add-on's setup function. It is there in database.
However when using this code, custom field is not in results:
However when using this code, custom field is not in results:
Code:
$repo = \XF::repository('XF:Style');
$styles = $repo->getStyleCacheData();