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