provides, true ); } /** * Registers the option array in the container * * @return void */ public function register(): void { $this->getContainer()->add( 'options', Options_Data::class ) ->addArgument( $this->getContainer()->get( 'options_api' )->get( 'settings', [] ) ); } }