Skip to content

Commit e34a05b

Browse files
authored
Merge pull request #7033 from kenjis/fix-comment-config-migrations
docs: fix comment for Migrations Timestamp Format
2 parents 1973c35 + 4fc6a75 commit e34a05b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

app/Config/Migrations.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,12 @@ class Migrations extends BaseConfig
4242
*
4343
* This is the format that will be used when creating new migrations
4444
* using the CLI command:
45-
* > php spark migrate:create
45+
* > php spark make:migration
4646
*
47-
* Typical formats:
47+
* Note: if you set an unsupported format, migration runner will not find
48+
* your migration files.
49+
*
50+
* Supported formats:
4851
* - YmdHis_
4952
* - Y-m-d-His_
5053
* - Y_m_d_His_

0 commit comments

Comments
 (0)