From 20380ab46ec4b345d7f89b795a1f4380db6067d1 Mon Sep 17 00:00:00 2001 From: overtrue Date: Wed, 2 Aug 2017 12:45:41 +0800 Subject: [PATCH] Fix rename bugs. --- .../Server/Handlers/{AuthorizedInterface.php => Authorized.php} | 0 .../Handlers/{UnauthorizedInterface.php => Unauthorized.php} | 0 .../{UpdateAuthorizedInterface.php => UpdateAuthorized.php} | 0 ...rifyTicketRefreshedInterface.php => VerifyTicketRefreshed.php} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/OpenPlatform/Server/Handlers/{AuthorizedInterface.php => Authorized.php} (100%) rename src/OpenPlatform/Server/Handlers/{UnauthorizedInterface.php => Unauthorized.php} (100%) rename src/OpenPlatform/Server/Handlers/{UpdateAuthorizedInterface.php => UpdateAuthorized.php} (100%) rename src/OpenPlatform/Server/Handlers/{VerifyTicketRefreshedInterface.php => VerifyTicketRefreshed.php} (100%) diff --git a/src/OpenPlatform/Server/Handlers/AuthorizedInterface.php b/src/OpenPlatform/Server/Handlers/Authorized.php similarity index 100% rename from src/OpenPlatform/Server/Handlers/AuthorizedInterface.php rename to src/OpenPlatform/Server/Handlers/Authorized.php diff --git a/src/OpenPlatform/Server/Handlers/UnauthorizedInterface.php b/src/OpenPlatform/Server/Handlers/Unauthorized.php similarity index 100% rename from src/OpenPlatform/Server/Handlers/UnauthorizedInterface.php rename to src/OpenPlatform/Server/Handlers/Unauthorized.php diff --git a/src/OpenPlatform/Server/Handlers/UpdateAuthorizedInterface.php b/src/OpenPlatform/Server/Handlers/UpdateAuthorized.php similarity index 100% rename from src/OpenPlatform/Server/Handlers/UpdateAuthorizedInterface.php rename to src/OpenPlatform/Server/Handlers/UpdateAuthorized.php diff --git a/src/OpenPlatform/Server/Handlers/VerifyTicketRefreshedInterface.php b/src/OpenPlatform/Server/Handlers/VerifyTicketRefreshed.php similarity index 100% rename from src/OpenPlatform/Server/Handlers/VerifyTicketRefreshedInterface.php rename to src/OpenPlatform/Server/Handlers/VerifyTicketRefreshed.php