Loading admin/src/OseAdmin.php +0 −6 Original line number Diff line number Diff line Loading @@ -109,9 +109,6 @@ class OseAdmin public function getTags($minVersion = self::MIN_VERSION): array { if (Dep::config('local')){ return []; } if (false === $this->tags) { $this->tags = []; Loading Loading @@ -155,9 +152,6 @@ class OseAdmin public function getBranches(): array { if (Dep::config('local')){ return []; } if (false === $this->branches) { $this->branches = []; Loading Loading
admin/src/OseAdmin.php +0 −6 Original line number Diff line number Diff line Loading @@ -109,9 +109,6 @@ class OseAdmin public function getTags($minVersion = self::MIN_VERSION): array { if (Dep::config('local')){ return []; } if (false === $this->tags) { $this->tags = []; Loading Loading @@ -155,9 +152,6 @@ class OseAdmin public function getBranches(): array { if (Dep::config('local')){ return []; } if (false === $this->branches) { $this->branches = []; Loading