Update 052_add_default_timezone_to_setting.php

Corrected class name
This commit is contained in:
tm8544 2024-03-29 18:56:08 +02:00 committed by GitHub
parent f84eecf7e8
commit 9a24fb6a6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.