Skip to content

Commit 8ccf446

Browse files
committed
Fix namespace
1 parent 2f43fba commit 8ccf446

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Generate the direct path to the class
1212
*/
13-
$className = str_replace( 'IgniteKit\\WP\\OptionsBuilder\\', '', $className );
13+
$className = str_replace( 'IgniteKit\\WP\\OptionBuilder\\', '', $className );
1414
$className = str_replace( '\\', $ds, $className );
1515

1616
/**

src/Framework.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public function __construct( $args = array() ) {
1818
Bootstrap::run();
1919
}
2020

21-
2221
/**
2322
* Register admin settings
2423
*

0 commit comments

Comments
 (0)