Repeater relationship returns null
So, I have an issue where my relationship can't be found by repeater in my custom page, I want it to display every 'pergunta' inside the table formulario but I can't find the solution , this is the error returned:
Call to a member function cargoFormulario() on null
here's the code:
now the forms:
my model:
Only to give you guys more context about what I'm doing, a 'cargo' has many 'formulario' and a 'formulario' has many 'cargo'.
Call to a member function cargoFormulario() on null
here's the code:
now the forms:
my model:
Only to give you guys more context about what I'm doing, a 'cargo' has many 'formulario' and a 'formulario' has many 'cargo'.