- Removed load->helper->('message') from the remaining libraries

- Removed AuthLib from the autoload config file
This commit is contained in:
Paolo
2018-06-27 11:35:58 +02:00
parent d4e6027c7c
commit 2f0048c0c3
4 changed files with 10 additions and 17 deletions
@@ -13,9 +13,6 @@ class OrganisationseinheitLib
// Loads model Organisationseinheit_model
$this->ci->load->model('organisation/Organisationseinheit_model', 'OrganisationseinheitModel');
// Loads helper message to manage returning messages
$this->ci->load->helper('Message');
}
/**