Skip to content

Instantly share code, notes, and snippets.

@nahidulhasan
Last active September 27, 2021 14:29
Show Gist options
  • Save nahidulhasan/39b84eef2bf77a8893d0269cacdc3d4e to your computer and use it in GitHub Desktop.
Save nahidulhasan/39b84eef2bf77a8893d0269cacdc3d4e 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