Skip to content

Instantly share code, notes, and snippets.

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/3f80c211df12f370f50a1666c3a173e8 to your computer and use it in GitHub Desktop.
Save qstudio/3f80c211df12f370f50a1666c3a173e8 to your computer and use it in GitHub Desktop.
<?php
// return an array ##
return [ 'global' => [
'config' => [
// run ALL contexts ##
'run' => true,
// ALL context debugging ##
'debug' => false,
// return strategy
'return' => 'echo'
],
]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment