fix a bug

This commit is contained in:
Wisp X
2022-05-10 13:22:55 +08:00
parent fba0d77e7b
commit 912e3747ee
+1 -1
View File
@@ -342,7 +342,7 @@ class ImageService
'hours' => ['key' => GroupConfigKey::LimitPerHour, 'str' => '小时'],
'days' => ['key' => GroupConfigKey::LimitPerDay, 'str' => '天'],
'weeks' => ['key' => GroupConfigKey::LimitPerWeek, 'str' => '周'],
'months' => ['key' => GroupConfigKey::LimitPerWeek, 'str' => '月'],
'months' => ['key' => GroupConfigKey::LimitPerMonth, 'str' => '月'],
];
foreach ($array as $key => $item) {