Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Mar 3, 2021
1 parent 2f43fba commit 8ccf446
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Generate the direct path to the class
*/
$className = str_replace( 'IgniteKit\\WP\\OptionsBuilder\\', '', $className );
$className = str_replace( 'IgniteKit\\WP\\OptionBuilder\\', '', $className );
$className = str_replace( '\\', $ds, $className );

/**
Expand Down
1 change: 0 additions & 1 deletion src/Framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public function __construct( $args = array() ) {
Bootstrap::run();
}


/**
* Register admin settings
*
Expand Down

0 comments on commit 8ccf446

Please sign in to comment.