Browse Source

Merge branch 'master' of 47.76.126.2:seven/bot-28

seven 1 tuần trước cách đây
mục cha
commit
be10d53ce2
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      app/Http/Controllers/api/Issue.php

+ 0 - 2
app/Http/Controllers/api/Issue.php

@@ -80,8 +80,6 @@ class Issue extends BaseController
             } else {
                 $list = null;
             }
-
-
         } catch (ValidationException $e) {
             return $this->error($e->validator->errors()->first());
         } catch (Exception $e) {