Browse Source

coupon code

Charlie 8 years ago
parent
commit
b4a9b37165
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/commands/ImportCouponCommand.php

+ 1 - 1
www/protected/commands/ImportCouponCommand.php

@@ -8,7 +8,7 @@
  * @param count 要生成的数量
  * @return 生成的兑换码保存在/download/文件夹下,可通过外网提取,保存到本地后要及时删除
  */
-class CouponFactoryCommand extends CConsoleCommand{
+class ImportCouponCommand extends CConsoleCommand{
     public function run($args) {
         ini_set('memory_limit', '256M');
         set_time_limit(0);