Skip to content

Commit d5e2e34

Browse files
committed
Corrected repository interface to expose the persistence side
1 parent b9f72f5 commit d5e2e34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Authentication/Repository/Users.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
interface Users
88
{
99
public function get(string $emailAddress) : User;
10+
public function store(User $user) : void;
1011
}

0 commit comments

Comments
 (0)