name convention changed.

This commit is contained in:
Velz2020 2022-03-23 11:47:40 +05:30
parent fcbe085cf3
commit 9c809dc2a7

View File

@ -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');
}