From cdc864e44aaea4f3f038a9791b1c528d0c1530b4 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 16 Sep 2024 17:09:38 -0400 Subject: [PATCH] yyyy --- www-api/app/Controllers/Promo.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-api/app/Controllers/Promo.php b/www-api/app/Controllers/Promo.php index c37fa019..c94acdef 100644 --- a/www-api/app/Controllers/Promo.php +++ b/www-api/app/Controllers/Promo.php @@ -21,7 +21,8 @@ class Promo extends BaseController $out["promo_description"] = "This is the promo description , This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,This is the promo description ,"; $out["site_name"]= "WrenchBoard"; $out["server_name"]= "https://www.wrenchboard.com"; - + $out['yyyy'] = '2024'; + return $this->respond( $this->summaryReturnData($in,$out), 200); }