Commit 51df6a5c authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Pb de code à déplacer dans Ose Admin

parent b6ee044d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 = [];

@@ -155,9 +152,6 @@ class OseAdmin

    public function getBranches(): array
    {
        if (Dep::config('local')){
            return [];
        }
        if (false === $this->branches) {
            $this->branches = [];