provides, true ); } /** * Registers items with the container * * @return void */ public function register(): void { $this->getContainer()->addShared( 'beacon', Beacon::class ) ->addArguments( [ 'options', new StringArgument( $this->getContainer()->get( 'template_path' ) . '/settings' ), 'support_data', ] ); } }