1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00
This commit is contained in:
Matej Bačo 2022-07-20 07:22:51 +00:00
parent 183a18f618
commit 15427e0aa1

View file

@ -61,7 +61,7 @@ class Func extends Model
'default' => '',
'example' => '5e5ea5c16897e',
])
->addRule('vars', [ // TODO: Refactor response model to array (of Variables)
->addRule('vars', [
'type' => self::TYPE_JSON,
'description' => 'Function environment variables.',
'default' => new \stdClass(),