We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96df8e commit c7817c7Copy full SHA for c7817c7
docs/column-types/boolean_columns.md
@@ -89,7 +89,7 @@ BooleanColumn::make('Active', 'status')
89
->toggleable('changeStatus'),
90
```
91
92
-Then your "changeStatus" method may look like
+Then your "changeStatus" method may look like (make sure you are selecting the `id` in the query)
93
```php
94
public function changeStatus(int $id)
95
{
@@ -108,7 +108,7 @@ BooleanColumn::make('Active', 'status')
108
109
110
111
112
113
114
0 commit comments