mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-06-08 01:33:43 +05:30
Moved entity interfaces into parent folder. Fixes #504
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace League\OAuth2\Server\Entities;
|
||||
|
||||
interface UserEntityInterface
|
||||
{
|
||||
/**
|
||||
* Return the user's identifier.
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function getIdentifier();
|
||||
}
|
||||
Reference in New Issue
Block a user