Updated UI

This commit is contained in:
Matej Bačo
2022-02-28 09:25:38 +00:00
parent cdc3fd7d4f
commit 70efbf1fb9
22 changed files with 85 additions and 85 deletions
@@ -13,7 +13,7 @@ class AttributeList extends Model
$this
->addRule('total', [
'type' => self::TYPE_INTEGER,
'description' => 'Total amount of attributes in the given collection.',
'description' => 'Total number of attributes in the given collection.',
'default' => 0,
'example' => 5,
])