Skip to content

Commit

Permalink
Controller: Initialize AspireUpdate\Branding.
Browse files Browse the repository at this point in the history
  • Loading branch information
costdev committed Nov 5, 2024
1 parent ddb33a3 commit 2fc51a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/class-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public function __construct() {
Admin_Settings::get_instance();
Plugins_Screens::get_instance();
Themes_Screens::get_instance();
Branding::get_instance();

$this->api_rewrite();

add_action( 'init', [ $this, 'load_textdomain' ] );
Expand Down

0 comments on commit 2fc51a3

Please sign in to comment.