mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Update 052_add_default_timezone_to_setting.php
Corrected class name
This commit is contained in:
parent
f84eecf7e8
commit
9a24fb6a6b
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_timezone_setting extends EA_Migration
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Upgrade method.
|
* Upgrade method.
|
||||||
|
|
Loading…
Reference in a new issue