Ken 11 godzin temu
rodzic
commit
0189c21863
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      app/Http/Controllers/api/ActivityReward.php

+ 0 - 3
app/Http/Controllers/api/ActivityReward.php

@@ -27,11 +27,8 @@ class ActivityReward extends BaseController
     {
         try {
             $data['rule'] = ConfigService::getVal("activity_rule");
-
             $data['rebate']['title'] = ConfigService::getRemark("benefits_bibi_return");
             $data['rebate']['sub_title'] = ConfigService::getVal("benefits_bibi_return");
-
-
         } catch (Exception $e) {
             return $this->error($e->getMessage(), [], $e->getCode());
         }