Skip to content

Commit

Permalink
Update DomainIsCreatedListener.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed May 9, 2024
1 parent 54238b3 commit bb0945a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public function handle(DomainIsCreated $event): void
if (! in_array('letsencrypt', $findHostingPlan->additional_services)) {
return;
}
return;

$generalSettings = Settings::general();

Expand Down

0 comments on commit bb0945a

Please sign in to comment.