Skip to content

Commit

Permalink
Merge pull request #931 from bakaphp/analysis-9bYGP6
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
FredPeal authored Feb 13, 2024
2 parents 41cbd85 + 4873211 commit b3dfec1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Domains/Guild/Leads/Observers/LeadObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ public function creating(Lead $lead): void

public function created(Lead $lead): void
{

$lead->fireWorkflow(WorkflowEnum::CREATED->value);
if($lead->user) {
if ($lead->user) {
(
new CreateChannelAction(
new Channel(
Expand Down

0 comments on commit b3dfec1

Please sign in to comment.