mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Added manual imports so that the migration system works again
This commit is contained in:
parent
4020e40a25
commit
01dfdf22f1
2 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
* @since v1.4.0
|
||||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
require_once __DIR__ . '/../../system/libraries/Migration.php';
|
||||
|
||||
/**
|
||||
* Easy!Appointments migration.
|
||||
*
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
* @since v1.4.0
|
||||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
require_once __DIR__ . '/../core/EA_Migration.php';
|
||||
|
||||
/**
|
||||
* Instance library.
|
||||
|
@ -38,6 +39,7 @@ class Instance {
|
|||
$this->CI->load->model('customers_model');
|
||||
|
||||
$this->CI->load->library('timezones');
|
||||
$this->CI->load->library('migration');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue