File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -355,4 +355,19 @@ public function setHideConfigurableAreasWhenReorderingDisabled(): self
355
355
356
356
return $ this ;
357
357
}
358
+
359
+ public function setDataTableFingerprint (string $ dataTableFingerprint ): self
360
+ {
361
+ $ this ->dataTableFingerprint = $ dataTableFingerprint ;
362
+
363
+ return $ this ;
364
+ }
365
+
366
+ public function setQueryStringAlias (string $ queryStringAlias ): self
367
+ {
368
+ $ this ->queryStringAlias = $ queryStringAlias ;
369
+
370
+ return $ this ;
371
+ }
372
+
358
373
}
Original file line number Diff line number Diff line change @@ -13,25 +13,11 @@ public function getDataTableFingerprint(): string
13
13
return $ this ->dataTableFingerprint ?? $ this ->dataTableFingerprint ();
14
14
}
15
15
16
- public function setDataTableFingerprint (string $ dataTableFingerprint ): self
17
- {
18
- $ this ->dataTableFingerprint = $ dataTableFingerprint ;
19
-
20
- return $ this ;
21
- }
22
-
23
16
public function getQueryStringAlias (): string
24
17
{
25
18
return $ this ->queryStringAlias ?? $ this ->getTableName ();
26
19
}
27
20
28
- public function setQueryStringAlias (string $ queryStringAlias ): self
29
- {
30
- $ this ->queryStringAlias = $ queryStringAlias ;
31
-
32
- return $ this ;
33
- }
34
-
35
21
/**
36
22
* @param Builder
37
23
*/
You can’t perform that action at this time.
0 commit comments