-
-
Save mdzwigala/6b5834dbcf807d40d9372f7c586b6ea3 to your computer and use it in GitHub Desktop.
ADR-EXAMPLE\Domain\Users
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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