1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

Update V12.php

This commit is contained in:
Bradley Schofield 2022-02-28 09:33:26 +00:00
parent d130df9f78
commit bdc8d498a7

View file

@ -70,7 +70,6 @@ class V12 extends Filter
protected function parseFunction(array $content)
{
$content['execute'] = implode(' ', $content['execute']);
$content['tag'] = $content['deployment'];
return $content;