This commit is contained in:
hafifierahman
2021-01-09 19:49:53 +08:00
parent 8df2183d8f
commit a76f15602f
5 changed files with 30 additions and 1 deletions
@@ -29,6 +29,8 @@ class HargaEmasController extends Controller
return response()->json($harga_emas, 200);
}
public function showAllHargaEmasMobile(){
$emas = HargaEmas::on('mysql7')->orderby('recno')->get();
$hargaemas = [];