Skip to content

Instantly share code, notes, and snippets.

@ismail1432
Created October 31, 2021 23:26
Show Gist options
  • Select an option

  • Save ismail1432/ca6fc45eb25f6c679a3c3345c51cd48f to your computer and use it in GitHub Desktop.

Select an option

Save ismail1432/ca6fc45eb25f6c679a3c3345c51cd48f to your computer and use it in GitHub Desktop.
<?php
namespace App\Domain;
interface UserRepositoryInterface
{
public function save(User $user): void;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment