<?php

$insertedGames[] = ['name' => $name, 
                    'provider_id' => $provider_id, 
                    'translit' => $translit,
                    'demo_desk' => $demo_desk, 
                    'demo_mob' => $demo_mob, 
                    'volatility' => $volatility,
                    'rtp' => $rtp, 
                    'rtp_low' => $rtp_low, 
                    'rtp_high' => $rtp_high, 
                    'max_win' => $max_win,
                    'link' => $link,
                    'img' => $img];

?>