feat: forced teamer data verification after configured due dates
addresses #869b33c7p
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\RequiredTeamerCheck;
|
||||
|
||||
use App\Entity\User;
|
||||
|
||||
interface RequiredTeamerCheckInterface
|
||||
{
|
||||
public function getCode(): string;
|
||||
|
||||
public function appliesTo(User $user): bool;
|
||||
|
||||
public function isSatisfied(User $user): bool;
|
||||
|
||||
public function getRouteName(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user