Skip to content

Instantly share code, notes, and snippets.

@jagroop
Created March 5, 2018 10:38
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 jagroop/6ad922bd6e328687da9992cbc901ad97 to your computer and use it in GitHub Desktop.
Save jagroop/6ad922bd6e328687da9992cbc901ad97 to your computer and use it in GitHub Desktop.
if (!function_exists('carbon')) {
function carbon(...$args) {
return new Carbon\Carbon(...$args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment