- Issue created by @rgpublic
- 🇩🇪Germany mxh Offenburg
I have added a convenience shortcut into the Parameter class. It should now be possible to do the following:
$value = Parameter::value('myparam', 'strict');
Also this should work now as originally intended:
$parameter = Parameter::get('myparam', 'strict');