penambahan slug pada status permohonan
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
return [
|
||||
$row->id,
|
||||
$row->name,
|
||||
$row->slug,
|
||||
$row->description,
|
||||
$row->status,
|
||||
$row->created_at
|
||||
@@ -34,6 +35,7 @@
|
||||
return [
|
||||
'ID',
|
||||
'Name',
|
||||
'Slug',
|
||||
'Description',
|
||||
'Status',
|
||||
'Created At'
|
||||
@@ -45,7 +47,7 @@
|
||||
{
|
||||
return [
|
||||
'A' => NumberFormat::FORMAT_NUMBER,
|
||||
'E' => NumberFormat::FORMAT_DATE_DATETIME
|
||||
'F' => NumberFormat::FORMAT_DATE_DATETIME
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user