From 4e3e841b0478da35bb2fe388eed7b903d922a66c Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Wed, 4 Jan 2017 10:28:28 +0700 Subject: [PATCH] Fixed Security --- .../{Security => }/Authentication/LoginPasswordProvider.php | 0 src/PHPCensor/Security/{Security => }/Authentication/Service.php | 0 .../Security/{Security => }/Authentication/UserProvider.php | 0 .../Authentication/UserProvider/AbstractProvider.php | 0 .../{Security => }/Authentication/UserProvider/Internal.php | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename src/PHPCensor/Security/{Security => }/Authentication/LoginPasswordProvider.php (100%) rename src/PHPCensor/Security/{Security => }/Authentication/Service.php (100%) rename src/PHPCensor/Security/{Security => }/Authentication/UserProvider.php (100%) rename src/PHPCensor/Security/{Security => }/Authentication/UserProvider/AbstractProvider.php (100%) rename src/PHPCensor/Security/{Security => }/Authentication/UserProvider/Internal.php (100%) diff --git a/src/PHPCensor/Security/Security/Authentication/LoginPasswordProvider.php b/src/PHPCensor/Security/Authentication/LoginPasswordProvider.php similarity index 100% rename from src/PHPCensor/Security/Security/Authentication/LoginPasswordProvider.php rename to src/PHPCensor/Security/Authentication/LoginPasswordProvider.php diff --git a/src/PHPCensor/Security/Security/Authentication/Service.php b/src/PHPCensor/Security/Authentication/Service.php similarity index 100% rename from src/PHPCensor/Security/Security/Authentication/Service.php rename to src/PHPCensor/Security/Authentication/Service.php diff --git a/src/PHPCensor/Security/Security/Authentication/UserProvider.php b/src/PHPCensor/Security/Authentication/UserProvider.php similarity index 100% rename from src/PHPCensor/Security/Security/Authentication/UserProvider.php rename to src/PHPCensor/Security/Authentication/UserProvider.php diff --git a/src/PHPCensor/Security/Security/Authentication/UserProvider/AbstractProvider.php b/src/PHPCensor/Security/Authentication/UserProvider/AbstractProvider.php similarity index 100% rename from src/PHPCensor/Security/Security/Authentication/UserProvider/AbstractProvider.php rename to src/PHPCensor/Security/Authentication/UserProvider/AbstractProvider.php diff --git a/src/PHPCensor/Security/Security/Authentication/UserProvider/Internal.php b/src/PHPCensor/Security/Authentication/UserProvider/Internal.php similarity index 100% rename from src/PHPCensor/Security/Security/Authentication/UserProvider/Internal.php rename to src/PHPCensor/Security/Authentication/UserProvider/Internal.php