Skip to content

Commit

Permalink
There is no need for us to call boot as we removed it :|
Browse files Browse the repository at this point in the history
  • Loading branch information
freibergergarcia committed Nov 11, 2023
1 parent e16e7fe commit becd4a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom-post-types-taxonomies.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ function bootstrap_plugin(): void {
$container = $container_builder->build();

Plugin_Factory::create( $container )
->boot()
->init();
->boot();
}

try {
Expand Down

0 comments on commit becd4a9

Please sign in to comment.