From 9c809dc2a7d8cb15123f570e98e72040f34f0da3 Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Wed, 23 Mar 2022 11:47:40 +0530 Subject: [PATCH] name convention changed. --- api/application/controllers/Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/controllers/Test.php b/api/application/controllers/Test.php index 814eb2f2..064d51f7 100644 --- a/api/application/controllers/Test.php +++ b/api/application/controllers/Test.php @@ -11,7 +11,7 @@ class Test extends REST_Controller { $this->load->helper(array('form', 'url')); //$this->load->model('test_model'); $this->load->library('asynclibrary'); - $this->load->library('aws_rekonition'); + $this->load->library('AWS_REKONITION'); $this->load->helper('MYUTIL'); }