forked from mirrors/easyappointments
Corrected migration class name.
This commit is contained in:
parent
4f8ca2a7f8
commit
3ec94245e0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
* @since v1.1.0
|
* @since v1.1.0
|
||||||
* ---------------------------------------------------------------------------- */
|
* ---------------------------------------------------------------------------- */
|
||||||
|
|
||||||
class Migration_Add_google_analytics_setting extends CI_Migration {
|
class Migration_Add_customer_notifications_setting extends CI_Migration {
|
||||||
public function up() {
|
public function up() {
|
||||||
$this->load->model('settings_model');
|
$this->load->model('settings_model');
|
||||||
$this->settings_model->set_setting('customer_notifications', '1');
|
$this->settings_model->set_setting('customer_notifications', '1');
|
||||||
|
|
Loading…
Reference in a new issue