rcrowe / TwigBridge

Give the power of Twig to Laravel
MIT License
895 stars 165 forks source link

Revert "Closes #388" #400

Closed barryvdh closed 4 years ago

barryvdh commented 4 years ago

Reverts rcrowe/TwigBridge#398

Caused problems with https://github.com/barryvdh/laravel-form-bridge An exception has been thrown during the rendering of a template ("Undefined property: Symfony\Component\Form\FormView::$foo").

bytestream commented 4 years ago

Looking at twig, the only side effect of this change (for those who do not use a sandbox) is that the isset() check on ArrayAccess objects is removed: https://github.com/twigphp/Twig/blob/3.x/src/Extension/CoreExtension.php#L1370

This is presumably the reason for the error