Skip to content

Instantly share code, notes, and snippets.

@qstudio
Last active September 28, 2020 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qstudio/76bfc2d32faa15593926f392fb84e468 to your computer and use it in GitHub Desktop.
Save qstudio/76bfc2d32faa15593926f392fb84e468 to your computer and use it in GitHub Desktop.
<?php
// return an array ##
return [ 'global' => [
'config' => [
// run context->task ##
'run' => true,
// context->task debugging ##
'debug' => false,
// by default, willow should echo values
'return' => 'echo'
],
]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment