Jelajahi Sumber

function getServices

Luciano Andrade 7 tahun lalu
induk
melakukan
df9b9f4fa4
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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; }
 }