Skip to content

Instantly share code, notes, and snippets.

@koyablue
Last active January 27, 2021 02:50
Show Gist options
  • Save koyablue/fd5c83aec86a3adeb13b108d65f91a09 to your computer and use it in GitHub Desktop.
Save koyablue/fd5c83aec86a3adeb13b108d65f91a09 to your computer and use it in GitHub Desktop.
test
class Sample
{
public function test()
{
echo 'aaaaaaa!!';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment