provides, true ); } /** * Registers items with the container * * @return void */ public function register(): void { $this->getContainer()->addShared( 'heartbeat_subscriber', HeartbeatSubscriber::class ) ->addArgument( 'options' ); } }