Skip to content

Commit 8802b59

Browse files
committed
Fix console command docs.
1 parent a556f2a commit 8802b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buttons-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class PostsDataTable extends DataTable
9999
In this example, we will pass a `--model` option to set the model to be used by our DataTable.
100100

101101
```
102-
php artisan datatables:make PostsDataTable --model=Post
102+
php artisan datatables:make Posts --model
103103
```
104104

105105
## Creating a DataTable Scope service class

0 commit comments

Comments
 (0)