From 8ccf446843a8e19bc5826d2309b0e324e1649b09 Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski Date: Wed, 3 Mar 2021 08:17:01 +0000 Subject: [PATCH] Fix namespace --- autoload.php | 2 +- src/Framework.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 *