Skip to content

Instantly share code, notes, and snippets.

@BackEndTea
Created January 18, 2021 09:41
Show Gist options
  • Select an option

  • Save BackEndTea/98915ba2d437e2dcd38cb6178615de33 to your computer and use it in GitHub Desktop.

Select an option

Save BackEndTea/98915ba2d437e2dcd38cb6178615de33 to your computer and use it in GitHub Desktop.
function env(string $param): string
{
return sprintf('%env(%s)%', $param);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment