Is there a way to test if a variable is set? #3383
Unanswered
bilogic
asked this question in
Help needed
Replies: 1 comment
-
Nice idea. Will add it. Right now there is a has() func. https://deployer.org/docs/7.x/api#has |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
2 related questions:
a
is set like thishost(...)->set("a", "value")
?get("a")
gives me null{{ a ?? b }}
, i.e. if a is null then use b instead?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions