From becd4a9b9358454733e27779b6fb211b6bd792b5 Mon Sep 17 00:00:00 2001 From: Bruno FG Date: Sat, 11 Nov 2023 23:10:06 +1100 Subject: [PATCH] There is no need for us to call boot as we removed it :| --- custom-post-types-taxonomies.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom-post-types-taxonomies.php b/custom-post-types-taxonomies.php index d7f37fa..9656c32 100644 --- a/custom-post-types-taxonomies.php +++ b/custom-post-types-taxonomies.php @@ -67,8 +67,7 @@ function bootstrap_plugin(): void { $container = $container_builder->build(); Plugin_Factory::create( $container ) - ->boot() - ->init(); + ->boot(); } try {