We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad3985 commit 22f6f6cCopy full SHA for 22f6f6c
app/Nova/BastMitra.php
@@ -72,7 +72,6 @@ public function subtitle()
72
*/
73
public function fields(NovaRequest $request)
74
{
75
-
76
return [
77
Panel::make('Keterangan BAST', [
78
BelongsTo::make('Kontrak Mitra'),
app/Nova/NaskahKeluar.php
@@ -41,7 +41,7 @@ public static function label()
41
public static $indexDefaultOrder = [
42
'tanggal' => 'desc',
43
'no_urut' => 'desc',
44
- 'segmen' => 'desc',
+ 'segmen' => 'desc',
45
];
46
47
public static function indexQuery(NovaRequest $request, $query)
0 commit comments