diff --git a/autoload.php b/autoload.php index 57de544..b9df9dc 100644 --- a/autoload.php +++ b/autoload.php @@ -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 ); /** diff --git a/src/Framework.php b/src/Framework.php index 4402b2c..7ef41cd 100644 --- a/src/Framework.php +++ b/src/Framework.php @@ -18,7 +18,6 @@ public function __construct( $args = array() ) { Bootstrap::run(); } - /** * Register admin settings *