mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-25 09:23:08 +03:00
Update 053_add_default_language_to_settings.php
Corrected class name
This commit is contained in:
parent
9a24fb6a6b
commit
f3b9aa5018
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
* @since v1.3.2
|
* @since v1.3.2
|
||||||
* ---------------------------------------------------------------------------- */
|
* ---------------------------------------------------------------------------- */
|
||||||
|
|
||||||
class Migration_Add_weekday_start_setting extends EA_Migration
|
class Migration_Add_default_language_setting extends EA_Migration
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Upgrade method.
|
* Upgrade method.
|
||||||
|
|
Loading…
Reference in a new issue