add interface IAuthenticationRequired #4
@ -0,0 +1,6 @@
|
||||
<?php namespace SokoWeb\Interfaces\Authentication;
|
||||
|
||||
interface IAuthenticationRequired
|
||||
{
|
||||
public function isAuthenticationRequired(): bool;
|
||||
}
|
Loading…
Reference in New Issue
Block a user