getContainer()->share( 'health_check', HealthCheck::class ) ->addArgument( $this->getContainer()->get( 'options' ) ) ->addTag( 'admin_subscriber' ); $this->getContainer()->share( 'action_scheduler_check', ActionSchedulerCheck::class ) ->addTag( 'common_subscriber' ); } }