app->singleton( PipelineHubContract::class, Hub::class ); } /** * Get the services provided by the provider. * * @return array */ public function provides() { return [ PipelineHubContract::class, ]; } }