Skip to content

Commit 0f0954e

Browse files
authored
Update Datatable.php
1 parent 5831012 commit 0f0954e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Datatable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ trait Datatable {
3232
*
3333
* @return void
3434
*/
35-
public function bootDatatable() {
35+
public static function bootDatatable() {
3636
// Reset $selectableFields on boot
3737
self::$selectableFields = [];
3838
}

0 commit comments

Comments
 (0)