File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ The command examines the specific Entity and generates a [Table](https://github.
7777This 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 |
You can’t perform that action at this time.
0 commit comments