We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878425e commit 91d58d8Copy full SHA for 91d58d8
src/App/Models/RemoteType.php
@@ -21,6 +21,7 @@ class RemoteType extends ParentType implements \Asseco\CustomFields\App\Contract
21
22
protected $casts = [
23
'body' => 'array',
24
+ 'headers' => 'array',
25
'mappings' => 'array',
26
];
27
0 commit comments