You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
symfony error end with:
throw new Twig_Error_Runtime(sprintf('Method "%s" for object "%s" does not exist', $item, get_class($object)), -1, $this->getTemplateName());
thanks.
The text was updated successfully, but these errors were encountered:
may someone knows, can't find in documentation..
{{ arr.parent_id }} works: {{ arr.parentid }}do not work:
dump(arr):
-id: 19
-name: "Testa dokuments"
-parent_id: 0
-description: "Dokuments"
-version: 1
symfony error end with:
throw new Twig_Error_Runtime(sprintf('Method "%s" for object "%s" does not exist', $item, get_class($object)), -1, $this->getTemplateName());
thanks.
The text was updated successfully, but these errors were encountered: