User Deprecated: Method "Sonata\MediaBundle\Model\MediaInterface::getId()" might add "int|string|null" as a native return type declaration in the future. Do the same in implementation "App\Entity\SonataMediaMedia" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Sonata\MediaBundle\Model\GalleryItemInterface::getId()" might add "int|string|null" as a native return type declaration in the future. Do the same in implementation "App\Entity\SonataMediaGalleryItem" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.id AS id_1, t0.nome AS nome_2, t0.email AS email_3, t0.telefone AS telefone_4, t0.urlAdmin AS urlAdmin_5, t0.urlCliente AS urlCliente_6, t0.cep AS cep_7, t0.estado AS estado_8, t0.cidade AS cidade_9, t0.bairro AS bairro_10, t0.rua AS rua_11, t0.numero AS numero_12, t0.complemento AS complemento_13, t0.corPrimaria AS corPrimaria_14, t0.corSecundaria AS corSecundaria_15, t0.corEmail AS corEmail_16, t0.emailsSolicitacao AS emailsSolicitacao_17, t0.emailsUsuario AS emailsUsuario_18, t0.comteleToken AS comteleToken_19, t0.comteleEnvios AS comteleEnvios_20, t0.logo_id AS logo_id_21 FROM empresa t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.nome AS nome_2, t0.email AS email_3, t0.telefone AS telefone_4, t0.urlAdmin AS urlAdmin_5, t0.urlCliente AS urlCliente_6, t0.cep AS cep_7, t0.estado AS estado_8, t0.cidade AS cidade_9, t0.bairro AS bairro_10, t0.rua AS rua_11, t0.numero AS numero_12, t0.complemento AS complemento_13, t0.corPrimaria AS corPrimaria_14, t0.corSecundaria AS corSecundaria_15, t0.corEmail AS corEmail_16, t0.emailsSolicitacao AS emailsSolicitacao_17, t0.emailsUsuario AS emailsUsuario_18, t0.comteleToken AS comteleToken_19, t0.comteleEnvios AS comteleEnvios_20, t0.logo_id AS logo_id_21 FROM empresa t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
User Deprecated: Method "Sonata\MediaBundle\Model\GalleryInterface::getId()" might add "int|string|null" as a native return type declaration in the future. Do the same in implementation "App\Entity\SonataMediaGallery" now to avoid errors or add an explicit @return annotation to suppress this message.