add new blade for reports
This commit is contained in:
@@ -15,10 +15,10 @@ class DataTableInput
|
||||
* @param array $rels
|
||||
*/
|
||||
public function __construct(
|
||||
private int $start,
|
||||
private ?int $start,
|
||||
private ?int $size,
|
||||
private array $filters,
|
||||
private array $sorting,
|
||||
private ?array $sorting,
|
||||
private array $rels,
|
||||
private array $allowedFilters,
|
||||
private array $allowedSortings,
|
||||
@@ -74,6 +74,4 @@ class DataTableInput
|
||||
{
|
||||
return $this->rels;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user