Created
June 11, 2014 22:19
-
-
Save cebe/b781a1670b0de44df596 to your computer and use it in GitHub Desktop.
dynamic config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$config = []; | |
// do fancy things here | |
return $config; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment