chore: more deletions

This commit is contained in:
loks0n
2024-05-17 20:46:14 +01:00
parent 96741ac70e
commit 2c19bb0a1d
3 changed files with 1 additions and 16 deletions
-8
View File
@@ -27,14 +27,6 @@ class Compose
}
}
/**
* @return string
*/
public function getVersion(): string
{
return (isset($this->compose['version'])) ? $this->compose['version'] : '';
}
/**
* @return Service[]
*/