Skip to content

Commit 032f2b6

Browse files
committed
TMS-1173: CR fix
1 parent 369f8a5 commit 032f2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ACF/BlogCategoryGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class BlogCategoryGroup {
1818
* BlogCategoryGroup constructor.
1919
*/
2020
public function __construct() {
21-
add_action(
21+
\add_action(
2222
'init',
2323
\Closure::fromCallable( [ $this, 'register_fields' ] )
2424
);

0 commit comments

Comments
 (0)