app->singleton(Yaml::class, static function($app) { return new Yaml(); }); } /** * Get the services provided by this provider. * * @return string[] */ public function provides() { return [Yaml::class]; } }