Skip to content

Commit

Permalink
Merge branch '3.x' into fix/connected-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofandel committed Mar 31, 2024
2 parents cc0dbc9 + 8611299 commit 00d048b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ return new class extends Migration
```

This file will create the minimum required tables and columns that Twill uses to provide the CMS functionality. Later in
the guide we may add some more fields to the database, but will will do that in a new migration.
the guide we may add some more fields to the database, but we will do that in a new migration.

Once you are more experienced with Twill, you may want to add fields at this moment, before you run the migrate command.
That way, you do not have to immediately add a new migration file.
Expand Down

0 comments on commit 00d048b

Please sign in to comment.