Kaynağa Gözat

function getServices

Luciano Andrade 7 yıl önce
ebeveyn
işleme
df9b9f4fa4
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      src/Docker/Composer/FileFormat2.php

+ 2 - 0
src/Docker/Composer/FileFormat2.php

@@ -710,6 +710,8 @@ class FileFormat2
 		}
 		return  Yaml::dump($rtr, 5, 2);
 	}
+
+        function getServices(){ return $this->services; }
 }