mirror of
https://github.com/bitinflow/expose.git
synced 2026-04-28 10:36:17 +00:00
Add statistic tracking
This commit is contained in:
@@ -19,4 +19,6 @@ interface UserRepository
|
||||
public function deleteUser($id): PromiseInterface;
|
||||
|
||||
public function getUsersByTokens(array $authTokens): PromiseInterface;
|
||||
|
||||
public function updateLastSharedAt($id): PromiseInterface;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user