user crud
This commit is contained in:
@ -15,7 +15,8 @@ class JSONCreator
|
||||
if ($meta && $data) {
|
||||
$this->informationArray = [
|
||||
"meta" => [
|
||||
"columns" => $meta['columns'],
|
||||
"columns" => $meta['columns'] ?? [],
|
||||
"rows" => $meta['rows'] ?? [],
|
||||
"perPage" => $meta['perPage'] ?? 10,
|
||||
"currentPage" => $meta['currentPage'] ?? 1,
|
||||
"baseUrl" => $meta['baseUrl'] ?? '',
|
||||
|
Reference in New Issue
Block a user