Error - ReportController.php: 529: Undefined property: stdClass :: $ category "]

0
  

X-Adagio-Warning ["/var/www/projects/dev/app/Http/Controllers/Zen/Cartorial/ReportController.php:   529: Undefined property: stdClass :: $ category "]

I commented two lines below, but I do not want to bring them in my report, but it is demanding.

 if ($tipoCadastro === 1) {
                $cabecalho = [
                    "CARTORIAL",
                    "PLANTA",
                    "CPF",
                    "NOME",
                    "ID",
                    "ANO",
                    "CATEGORIA",
                    "PERCURSO"//teste

                ];

                $onSelect = [
                    $db->raw('cartorial_dados.id_cartorial_dado AS uid'),
                    $db->raw('cartorial_dados.cpf_condutor AS identificacao'),
                    $db->raw('cartorial_dados.nome_condutor AS apresentacao'),
                    $db->raw('cartorial_dados.id_motorista AS frota'),
                    $db->raw('cartas_grupos.grupo_id'),
                    $db->raw('tipos.id AS documento_tipo'),
                    $db->raw('relacao.arquivo_id AS documento_id'),
                    $db->raw('arquivos.vencimento AS documento_vencimento'),
                    $db->raw('tesoes.tesao AS percurso'), //coluna percurso
                    "relacao.aprovado AS documento_status",
                     //"cartorial_dados.ano_veiculo",//teste
                     //'cartorial_dados.tipo AS categoria'//teste
                 ];
    
asked by anonymous 30.05.2018 / 17:02

0 answers