Skip to content

Commit 4a38ee0

Browse files
committed
Fix default ajax value causing js data null error
1 parent 1b06c62 commit 4a38ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yajra/Datatables/Html/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Builder
5151
/**
5252
* @var string|array
5353
*/
54-
protected $ajax;
54+
protected $ajax = '';
5555

5656
/**
5757
* @var array

0 commit comments

Comments
 (0)