What is the right way to get property of an object, that is stored in array? I've tried that syntax:
{{ array['object'].property }}
but it's generating wrong php:
<?php echo ($array['object'])->property; ?>
What is the right way to get property of an object, that is stored in array? I've tried that syntax:
{{ array['object'].property }}
but it's generating wrong php:
<?php echo ($array['object'])->property; ?>