Update (views): Fix bug, add world logic
This commit is contained in:
@@ -49,6 +49,7 @@ class Category extends Model
|
||||
'name',
|
||||
'short_name',
|
||||
'slug',
|
||||
'description',
|
||||
'enabled',
|
||||
'is_top',
|
||||
'_lft',
|
||||
|
||||
@@ -37,6 +37,8 @@ class CountryLocale extends Model
|
||||
'name',
|
||||
'slug',
|
||||
'i18n',
|
||||
'lang',
|
||||
'country_iso',
|
||||
'enabled',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user