Skip to content

Commit 1374194

Browse files
committed
fix: description
The migration class name is just `User`.
1 parent de1028e commit 1374194

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

user_guide_src/source/cli/cli_generators.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,12 @@ Running this in your terminal::
269269

270270
> php spark make:scaffold user
271271

272-
will create the following classes:
272+
will create the following files:
273273

274-
(1) ``App\Controllers\User``;
275-
(2) ``App\Models\User``;
276-
(3) ``App\Database\Migrations\<some date here>_User``; and
277-
(4) ``App\Database\Seeds\User``.
274+
(1) **app/Controllers/User.php**
275+
(2) **app/Models/User.php**
276+
(3) **app/Database/Migrations/<some date here>_User.php** and
277+
(4) **app/Database/Seeds/User.php**
278278

279279
To include an ``Entity`` class in the scaffolded files, just include the ``--return entity`` to the command
280280
and it will be passed to the model generator.

0 commit comments

Comments
 (0)