1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Update src/Appwrite/Utopia/Response/Model/Func.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Khushboo Verma 2023-07-24 02:07:25 +05:30 committed by GitHub
parent 7e386b885c
commit 97afa959a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ class Func extends Model
])
->addRule('vcsRepositoryId', [
'type' => self::TYPE_STRING,
'description' => 'Git Repository ID',
'description' => 'VCS (Version Control System) Repository ID',
'default' => '',
'example' => 'appwrite',
])