Merge branch '1.6.x' into fix-4xx-executions-status

This commit is contained in:
Matej Bačo
2024-08-12 09:54:55 +02:00
committed by GitHub
5 changed files with 83 additions and 7 deletions
@@ -110,6 +110,13 @@ class TemplateFunction extends Model
'default' => [],
'example' => [],
'array' => true
])
->addRule('scopes', [
'type' => self::TYPE_STRING,
'description' => 'Function scopes.',
'default' => [],
'example' => 'users.read',
'array' => true,
]);
}