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 7, 2024
1 parent 4f0eb82 commit f595c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/class-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ 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 f595c26

Please sign in to comment.