mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
update: nitpick comment.
This commit is contained in:
parent
683eecfd2d
commit
c57967c3b8
1 changed files with 3 additions and 2 deletions
|
|
@ -60,8 +60,9 @@ class V23 extends Migration
|
|||
Console::info(" └── Migrating `migrations` collections.");
|
||||
|
||||
/**
|
||||
* direct access.\
|
||||
* same as `$this->collections['projects']['migrations']['$id']`.
|
||||
* Specifying the ID for direct access.
|
||||
*
|
||||
* This is same as `$this->collections['projects']['migrations']['$id']`.
|
||||
*/
|
||||
$migrationCollectionId = 'migrations';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue