Skip to content

Instantly share code, notes, and snippets.

@syofyanzuhad
Forked from nahidulhasan/interface.php
Created September 27, 2021 14:29
Show Gist options
  • Save syofyanzuhad/f34f50aa7766da2dafd5dd9a84dbd09a to your computer and use it in GitHub Desktop.
Save syofyanzuhad/f34f50aa7766da2dafd5dd9a84dbd09a to your computer and use it in GitHub Desktop.
<?php
interface Logger
{
public function execute();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment