Browse Source

function getServices

Luciano Andrade 7 năm trước cách đây
mục cha
commit
df9b9f4fa4
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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; }
 }