Ken hace 3 meses
padre
commit
b477d036ad
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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 {
             } else {
                 $list = null;
                 $list = null;
             }
             }
-
-
         } catch (ValidationException $e) {
         } catch (ValidationException $e) {
             return $this->error($e->validator->errors()->first());
             return $this->error($e->validator->errors()->first());
         } catch (Exception $e) {
         } catch (Exception $e) {