add interface IAuthenticationRequired
All checks were successful
soko-web/pipeline/pr-master This commit looks good
All checks were successful
soko-web/pipeline/pr-master This commit looks good
This commit is contained in:
parent
4af7ae3521
commit
298a1e34ac
@ -0,0 +1,6 @@
|
||||
<?php namespace SokoWeb\Interfaces\Authentication;
|
||||
|
||||
interface IAuthenticationRequired
|
||||
{
|
||||
public function isAuthenticationRequired(): bool;
|
||||
}
|
Loading…
Reference in New Issue
Block a user