Skip to content

Instantly share code, notes, and snippets.

@mdzwigala
Created December 4, 2020 12:05
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 mdzwigala/6b5834dbcf807d40d9372f7c586b6ea3 to your computer and use it in GitHub Desktop.
Save mdzwigala/6b5834dbcf807d40d9372f7c586b6ea3 to your computer and use it in GitHub Desktop.
ADR-EXAMPLE\Domain\Users
<?php
declare(strict_types=1);
namespace App\Domain\Model;
interface Users
{
public function add(User $user);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment