Skip to content

Instantly share code, notes, and snippets.

@markrandall
Created April 13, 2021 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markrandall/dea443e4428499c26df57511a6f153af to your computer and use it in GitHub Desktop.
Save markrandall/dea443e4428499c26df57511a6f153af to your computer and use it in GitHub Desktop.
class ActivationSetupSvc implements PublicServicesInterface
{
public function __construct(
private Mailer $identity_emailer_service,
private ActivationEmailFactory $activation_mail_factory,
private SiteInfo $site_info,
private EntityLoggerService $entity_logger_service
) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment