File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ private function copyDaftar($fromResourceId): void
5959 {
6060 $ daftar = DaftarPulsaMitra::where ('pulsa_kegiatan_id ' , $ fromResourceId )->get ();
6161 foreach ($ daftar as $ item ) {
62- $ copyItem = $ item ->replicate ();
62+ $ copyItem = $ item ->replicate ([ ' handphone ' , ' file ' ] );
6363 $ copyItem ->pulsa_kegiatan_id = $ this ->id ;
6464 $ copyItem ->save ();
6565 }
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class="form-input"
3838 </div >
3939 <div class =" form-group" >
4040 <p class =" form-description" >
41- Isikan Nomor Handphone yang ingin diisikan pulsa.
41+ Isikan Nomor Handphone yang ingin diisikan pulsa. Perbaiki isian ini jika belum sesuai.
4242 </p >
4343 </div >
4444 <div class =" form-group" >
You can’t perform that action at this time.
0 commit comments