app->singleton( 'customize', Component::class ); } public function boot() { $this->app->resolve( 'customize' )->boot(); } }