Skip to content

Commit 1fa3693

Browse files
committed
fixed layout names
1 parent cbbe86b commit 1fa3693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ We recommend prefixing layout names you plan on using with the data API so that
3636

3737
By default, Laravel looks for pluralized versions of each of the tables. If you are also using a layout name prefix your layout names, your layout names would need to be:
3838
* `web_users`
39-
* `web_passwordresets`
40-
* `web_personalaccesstokens`
39+
* `web_password_resets`
40+
* `web_personal_access_tokens`
4141

4242
The example `Jetstream-FileMaker.fmp12` file has these prepared as a demonstration, so you can always look at that for reference.
4343

0 commit comments

Comments
 (0)