Skip to content

Commit ea10bb9

Browse files
Rename 'mitra.no_pulsa' field to 'handphone' in DaftarPulsaMitra resource
1 parent 350d76c commit ea10bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Nova/DaftarPulsaMitra.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function fields(NovaRequest $request)
7474
->rules('required', 'gt:0', 'lte:16777215'),
7575
Numeric::make('Harga Pulsa', 'harga')
7676
->rules('required', 'gt:0', 'lte:16777215'),
77-
Text::make('Handphone', 'mitra.no_pulsa')
77+
Text::make('Handphone', 'handphone')
7878
->onlyOnIndex(),
7979
Boolean::make('No HP Confirmed', 'confirmed')
8080
->readonly()

0 commit comments

Comments
 (0)