Skip to content

Commit 96079f0

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 7f54e4c + 658773b commit 96079f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Modules/Search.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace Base\Modules;
44

5+
use WP_Query;
6+
57
class Search extends Module
68
{
79
/**
@@ -49,4 +51,4 @@ public function boot(): void
4951
add_action('wp_ajax_nopriv_ajax_search', [static::class, 'ajaxSearch']);
5052
add_action('wp_ajax_ajax_search', [static::class, 'ajaxSearch']);
5153
}
52-
}
54+
}

0 commit comments

Comments
 (0)