history
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user