1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

Update Platform Model type property description

Co-authored-by: Ian Koerich Maciel <ianmaciel@gmail.com>
This commit is contained in:
Steven 2023-01-12 11:33:29 -08:00 committed by GitHub
parent be77b10549
commit cb9b94ff04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ class Platform extends Model
])
->addRule('type', [
'type' => self::TYPE_STRING,
'description' => 'Platform type. Possible values are: web, flutter-ios, flutter-android, ios, android, and unity.',
'description' => 'Platform type. Possible values are: web, flutter-web, flutter-ios, flutter-android, ios, android, and unity.',
'default' => '',
'example' => 'web',
])