Skip to content

Instantly share code, notes, and snippets.

@elishaukpong
Created January 11, 2023 13:14
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 elishaukpong/a1ec249ebe9f70a61b0b2c93aa032668 to your computer and use it in GitHub Desktop.
Save elishaukpong/a1ec249ebe9f70a61b0b2c93aa032668 to your computer and use it in GitHub Desktop.
class Party
{
public static function __callStatic($method, $args)
{
// graceful handling
}
}
Party::arrive();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment