Compare commits

..

No commits in common. "014a5480967c03c00dda5ee34c7eaf4be224b96e" and "4af7ae352108e7ba151fca2633ff4b40b3194b32" have entirely different histories.

View File

@ -1,6 +0,0 @@
<?php namespace SokoWeb\Interfaces\Authentication;
interface IAuthenticationRequired
{
public function isAuthenticationRequired(): bool;
}