Skip to content

Instantly share code, notes, and snippets.

@skadimoolam
Created June 5, 2020 05:19
Show Gist options
  • Save skadimoolam/852f1d77addf41f56ac3c7958dff54cf to your computer and use it in GitHub Desktop.
Save skadimoolam/852f1d77addf41f56ac3c7958dff54cf to your computer and use it in GitHub Desktop.
{
"autoload": {
"file": [
"app/Utils/Helpers.php"
]
}
}
<?php
if (! function_exists('say_hi')) {
function say_hi($name) {
return 'Hi ' . $name;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment