Skip to content

Commit 7760ed7

Browse files
committed
Add class property
1 parent 056aa2e commit 7760ed7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/DataTableResponder.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ class DataTableResponder
2626
*/
2727
private $queryManipulator;
2828

29+
/**
30+
* @var callable
31+
*/
32+
private $collectionManipulator;
33+
2934
/**
3035
* @var int
3136
*/

0 commit comments

Comments
 (0)