Merge pull request 'add interface IAuthenticationRequired' (#4) from feature/interface-for-authentication-required into master
All checks were successful
soko-web/pipeline/head This commit looks good
All checks were successful
soko-web/pipeline/head This commit looks good
Reviewed-on: #4
This commit is contained in:
commit
014a548096
@ -0,0 +1,6 @@
|
|||||||
|
<?php namespace SokoWeb\Interfaces\Authentication;
|
||||||
|
|
||||||
|
interface IAuthenticationRequired
|
||||||
|
{
|
||||||
|
public function isAuthenticationRequired(): bool;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user