Browse Source

function getServices

Luciano Andrade 7 years ago
parent
commit
df9b9f4fa4
1 changed files with 2 additions and 0 deletions
  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; }
 }