| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | namespace Hostinger; |
| 4 | 4 | |
| 5 | - | |
| 5 | +use Hostinger\Admin\Ajax as AdminAjax; | |
| 6 | 6 | use Hostinger\Admin\PluginSettings; |
| 7 | 7 | use Hostinger\Admin\Jobs\JobInitializer; |
| 8 | 8 | use Hostinger\Admin\Proxy; |
| 9 | 9 | use Hostinger\LlmsTxtGenerator\LlmsTxtFileHelper; |
| @@ -68,8 +68,9 @@ | ||
| 68 | 68 | new AdminHooks( $this->utils ); |
| 69 | 69 | new AdminMenu(); |
| 70 | 70 | new AdminRedirects(); |
| 71 | 71 | new AdminRedirects(); |
| 72 | + new AdminAjax(); | |
| 72 | 73 | } |
| 73 | 74 | |
| 74 | 75 | private function load_public_dependencies(): void { |
| 75 | 76 | |