1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00

Add specification to response filter

This commit is contained in:
Bradley Schofield 2024-08-19 17:51:16 +09:00
parent 0488a4582b
commit d52ab783d0

View file

@ -38,6 +38,7 @@ class V18 extends Filter
protected function parseFunction(array $content)
{
unset($content['scopes']);
unset($content['specification']);
return $content;
}