getContainer()->share( 'heartbeat_subscriber', HeartbeatSubscriber::class ) ->addArgument( $this->getContainer()->get( 'options' ) ) ->addTag( 'common_subscriber' ); } }