mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Update V12.php
This commit is contained in:
parent
d130df9f78
commit
bdc8d498a7
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ class V12 extends Filter
|
||||||
|
|
||||||
protected function parseFunction(array $content)
|
protected function parseFunction(array $content)
|
||||||
{
|
{
|
||||||
$content['execute'] = implode(' ', $content['execute']);
|
|
||||||
$content['tag'] = $content['deployment'];
|
$content['tag'] = $content['deployment'];
|
||||||
|
|
||||||
return $content;
|
return $content;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue