name convention changed.
This commit is contained in:
parent
fcbe085cf3
commit
9c809dc2a7
@ -11,7 +11,7 @@ class Test extends REST_Controller {
|
|||||||
$this->load->helper(array('form', 'url'));
|
$this->load->helper(array('form', 'url'));
|
||||||
//$this->load->model('test_model');
|
//$this->load->model('test_model');
|
||||||
$this->load->library('asynclibrary');
|
$this->load->library('asynclibrary');
|
||||||
$this->load->library('aws_rekonition');
|
$this->load->library('AWS_REKONITION');
|
||||||
$this->load->helper('MYUTIL');
|
$this->load->helper('MYUTIL');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user