@@ -128,10 +128,13 @@ private function register_core_integrations(): void {
128128 $ this ->register (new Providers \Cloudflare \Cloudflare_Integration ());
129129 $ this ->register (new Providers \Hestia \Hestia_Integration ());
130130 $ this ->register (new Providers \Enhance \Enhance_Integration ());
131+ $ this ->register (new Providers \Plesk \Plesk_Integration ());
131132 $ this ->register (new Providers \Rocket \Rocket_Integration ());
132133 $ this ->register (new Providers \WPEngine \WPEngine_Integration ());
133134 $ this ->register (new Providers \WPMUDEV \WPMUDEV_Integration ());
134- $ this ->register (new Providers \FrankenPHP \FrankenPHP_Integration ());
135+ $ this ->register (new Providers \BunnyNet \BunnyNet_Integration ());
136+ $ this ->register (new Providers \LaravelForge \LaravelForge_Integration ());
137+ $ this ->register (new Providers \Amazon_SES \Amazon_SES_Integration ());
135138 }
136139
137140 /**
@@ -174,10 +177,13 @@ private function register_core_capabilities(): void {
174177 $ this ->add_capability ('cloudflare ' , new Providers \Cloudflare \Cloudflare_Domain_Mapping ());
175178 $ this ->add_capability ('hestia ' , new Providers \Hestia \Hestia_Domain_Mapping ());
176179 $ this ->add_capability ('enhance ' , new Providers \Enhance \Enhance_Domain_Mapping ());
180+ $ this ->add_capability ('plesk ' , new Providers \Plesk \Plesk_Domain_Mapping ());
177181 $ this ->add_capability ('rocket ' , new Providers \Rocket \Rocket_Domain_Mapping ());
178182 $ this ->add_capability ('wpengine ' , new Providers \WPEngine \WPEngine_Domain_Mapping ());
179183 $ this ->add_capability ('wpmudev ' , new Providers \WPMUDEV \WPMUDEV_Domain_Mapping ());
180- $ this ->add_capability ('frankenphp ' , new Providers \FrankenPHP \FrankenPHP_Domain_Mapping ());
184+ $ this ->add_capability ('bunnynet ' , new Providers \BunnyNet \BunnyNet_Domain_Mapping ());
185+ $ this ->add_capability ('laravel-forge ' , new Providers \LaravelForge \LaravelForge_Domain_Mapping ());
186+ $ this ->add_capability ('amazon-ses ' , new Providers \Amazon_SES \Amazon_SES_Transactional_Email ());
181187 }
182188
183189 /**
0 commit comments