Skip to content

Commit aba4cd9

Browse files
authored
Update buttons-custom.md
1 parent 61a9fd6 commit aba4cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buttons-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use Yajra\Datatables\Services\DataTable;
1515

1616
class UsersDataTable extends DataTable
1717
{
18-
protected $actions = ['print', 'excel', 'myCustomAction'];
18+
protected $actions = ['print', 'excel', 'myCustomAction'];
1919

2020
public function html()
2121
{

0 commit comments

Comments
 (0)