| @@ -57,8 +57,9 @@ | ||
| 57 | 57 | * @return void |
| 58 | 58 | */ |
| 59 | 59 | private static function initialize_services(): void { |
| 60 | 60 | \ElementorOne\Admin\Services\Editor::instance(); |
| 61 | + \ElementorOne\Admin\Services\Licenses::instance(); | |
| 61 | 62 | \ElementorOne\Admin\Services\Migration::instance(); |
| 62 | 63 | } |
| 63 | 64 | |
| 64 | 65 | /** |
| @@ -70,9 +71,9 @@ | ||
| 70 | 71 | \ElementorOne\Admin\Components\Page::instance(); |
| 71 | 72 | \ElementorOne\Admin\Components\Assets::instance(); |
| 72 | 73 | \ElementorOne\Admin\Components\Fields::instance(); |
| 73 | 74 | \ElementorOne\Admin\Components\Onboarding::instance(); |
| 74 | - \ElementorOne\Admin\Components\EditorUpdateNotification::instance(); | |
| 75 | + \ElementorOne\Admin\Components\ManageDashboardWidget::instance(); | |
| 75 | 76 | } |
| 76 | 77 | |
| 77 | 78 | /** |
| 78 | 79 | * Initialize all REST controllers. |
| @@ -83,8 +84,10 @@ | ||
| 83 | 84 | new \ElementorOne\Admin\Controllers\TopBar(); |
| 84 | 85 | new \ElementorOne\Admin\Controllers\Themes(); |
| 85 | 86 | new \ElementorOne\Admin\Controllers\Plugins(); |
| 86 | 87 | new \ElementorOne\Admin\Controllers\Settings(); |
| 88 | + new \ElementorOne\Admin\Controllers\ManageDashboardWidget(); | |
| 89 | + new \ElementorOne\Admin\Controllers\Logs(); | |
| 87 | 90 | } |
| 88 | 91 | |
| 89 | 92 | /** |
| 90 | 93 | * Define constants |