fix: description

This commit is contained in:
Chirag Aggarwal 2025-03-05 04:49:34 +00:00
parent 1d2883f472
commit 2c6f731a38

View file

@ -206,7 +206,7 @@ class UsageProject extends Model
])
->addRule('imageTransformationsTotal', [
'type' => self::TYPE_INTEGER,
'description' => 'An array of aggregated number of image transformations.',
'description' => 'Total aggregated number of image transformations.',
'default' => 0,
'example' => 0,
])