From f7bebedf61fbcdd2fff8817dc3b2aa576eb35529 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 18 Jan 2022 12:06:20 +0100 Subject: [PATCH] Add deprecated phpdoc tag to Backend.php and Backend_api.php files. --- application/controllers/Backend.php | 2 ++ application/controllers/Backend_api.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/application/controllers/Backend.php b/application/controllers/Backend.php index 5161d742..6add8d21 100755 --- a/application/controllers/Backend.php +++ b/application/controllers/Backend.php @@ -36,6 +36,8 @@ * Handles the backend related operations. * * @package Controllers + * + * @deprecated Since 1.5 */ class Backend extends EA_Controller { /** diff --git a/application/controllers/Backend_api.php b/application/controllers/Backend_api.php index be99d282..903438f3 100755 --- a/application/controllers/Backend_api.php +++ b/application/controllers/Backend_api.php @@ -36,6 +36,8 @@ * Handles the backend API related operations. * * @package Controllers + * + * @deprecated Since 1.5 */ class Backend_api extends EA_Controller { /**