feat: add base/key runtime

This commit is contained in:
loks0n
2024-08-09 12:56:55 +01:00
parent ce438f182c
commit f6dec62c50
3 changed files with 9 additions and 2 deletions
@@ -16,6 +16,12 @@ class Runtime extends Model
'default' => '',
'example' => 'python-3.8',
])
->addRule('key', [
'type' => self::TYPE_STRING,
'description' => 'Parent runtime key.',
'default' => '',
'example' => 'python',
])
->addRule('name', [
'type' => self::TYPE_STRING,
'description' => 'Runtime Name.',