From 298a1e34ac0183349ce8744925049025201bffc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Sun, 16 Apr 2023 16:43:53 +0200 Subject: [PATCH] add interface IAuthenticationRequired --- src/Interfaces/Authentication/IAuthenticationRequired.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/Interfaces/Authentication/IAuthenticationRequired.php diff --git a/src/Interfaces/Authentication/IAuthenticationRequired.php b/src/Interfaces/Authentication/IAuthenticationRequired.php new file mode 100644 index 0000000..291992a --- /dev/null +++ b/src/Interfaces/Authentication/IAuthenticationRequired.php @@ -0,0 +1,6 @@ +