ソースを参照

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

seven 1 週間 前
コミット
be10d53ce2
1 ファイル変更0 行追加2 行削除
  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) {