Skip to content

Commit 15bf40a

Browse files
authored
Change "action" reference in README to "actions"
1 parent 8dfa873 commit 15bf40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function getData()
155155
$users = $this->users->select('*');
156156

157157
return Datatables::of($users)
158-
->addColumn('action', 'action here')
158+
->addColumn('actions', 'action here')
159159
->make(true);
160160
}
161161
```

0 commit comments

Comments
 (0)