Skip to content

Commit 04d24a2

Browse files
authored
Fix composite:generate-table example
1 parent 1237e5e commit 04d24a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/migrations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The command examines the specific Entity and generates a [Table](https://github.
7777
This class acts as a gateway to a specific SQL table, providing user-friendly CRUD tools for interacting with SQL right off the bat.
7878

7979
```shell
80-
php cli.php composite:generate-table connection_name TableName 'App\Models\EntityName'
80+
php cli.php composite:generate-table 'App\Models\EntityName'
8181
```
8282

8383
| Argument | Required | Description |
@@ -90,4 +90,4 @@ Options:
9090
| Option | Description |
9191
|----------|--------------------------------------------|
9292
| --cached | Generate cached version of PHP Table class |
93-
| --force | Overwrite existing file |
93+
| --force | Overwrite existing file |

0 commit comments

Comments
 (0)