Merge pull request 'add interface IAuthenticationRequired' (#4) from feature/interface-for-authentication-required into master
Reviewed-on: #4
This commit is contained in:
commit
691c6d5e9b
@ -0,0 +1,6 @@
|
|||||||
|
<?php namespace SokoWeb\Interfaces\Authentication;
|
||||||
|
|
||||||
|
interface IAuthenticationRequired
|
||||||
|
{
|
||||||
|
public function isAuthenticationRequired(): bool;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user