Ken 1 Minggu lalu
induk
melakukan
b477d036ad
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  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) {