update: nitpick comment.

This commit is contained in:
Darshan 2025-06-01 13:04:25 +05:30
parent 683eecfd2d
commit c57967c3b8

View file

@ -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';