8 lines
141 B
PHP
8 lines
141 B
PHP
<?php
|
|
|
|
namespace Ulmus\User\Entity;
|
|
|
|
interface BasicAuthUserInterface extends UserInterface
|
|
{
|
|
public function usernameField() : string;
|
|
} |