Merge branch '1.6.x' into feat-add-multipart-support

This commit is contained in:
Khushboo Verma
2024-08-09 19:38:26 +05:30
committed by GitHub
4 changed files with 70 additions and 4 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,
]);
}