Skip to content

Commit 94faa2a

Browse files
committed
Apply fixes from StyleCI
1 parent b4537da commit 94faa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Nova/Actions/ImportDaftarHonorMitra.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function fields(NovaRequest $request)
115115
->rules('nullable', 'bail', 'lte:65535')
116116
->help('Default Volume Pekerjaan'),
117117
Numeric::make('Harga Satuan', 'harga_satuan')
118-
->rules('nullable', 'bail', 'lte:16777215')
118+
->rules('nullable', 'bail', 'lte:16777215')
119119
->help('Default Harga Satuan'),
120120
Number::make('Persentase Pajak', 'persen_pajak')
121121
->step(0.01)

0 commit comments

Comments
 (0)