Closed tventos closed 6 years ago
It could be an empty array passed to services
The array is not empty, because it passes information to the template, deleting the table..
Если у кого повторится этот баг - переоткройте эту тему и пришлите пример файла.
When I try to insert information into a table, PHPStamp deletes the table and inserts just information in $values
'services' => [ ['service' => $model->provided_services_1, 'price'=>$model->provided_services_1_price] ]
in template
ouput
What could be the problem? Thanks!