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
resolve() is a helper function in laravel, doing nothing but call app() probably left for compatibility with older versions. helpers are not loaded by default in Lumen
I followed the instructions to add the package to lumen, but I get the following error:
Call to undefined function TwigBridge\Node\resolve()
In the file: /src/Node/EventNode.php on line 32, the function resolve() is called, but it is undefined.
The text was updated successfully, but these errors were encountered: