Skip to content

Instantly share code, notes, and snippets.

@mansha99
Created August 11, 2023 17:48
Show Gist options
  • Save mansha99/5ae8e8d2bd5fe00e406c7d4120eead12 to your computer and use it in GitHub Desktop.
Save mansha99/5ae8e8d2bd5fe00e406c7d4120eead12 to your computer and use it in GitHub Desktop.
Repository interface
<?php
namespace App\Contracts;
interface GithubUserRepo
{
public function getUser(string $username);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment