Hi there who can I do something like this in Volt
use \NS\MyClass;
if ($someVar instanceof MyClass)
{{ getElement(MyClass::MY_ELEMENT) }}
with that three sentences I get error
Hi there who can I do something like this in Volt
use \NS\MyClass;
if ($someVar instanceof MyClass)
{{ getElement(MyClass::MY_ELEMENT) }}
with that three sentences I get error