Преглед изворни кода

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) {