Skip to content

Commit

Permalink
feat(hw19):Rebbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
6yJlKaBo3 committed Mar 10, 2024
1 parent 95e2100 commit 7f7bef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ public function send(string $message, string $subject, string $email): void
$this->mailer->send($this->email);
*/
}
}
}
2 changes: 1 addition & 1 deletion app/src/Infrastructure/Repository/DbRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ private function insert(ApplicationForm $entity)
$reflectionProperty->setAccessible(true);
$reflectionProperty->setValue($entity, $id);
}
}
}

0 comments on commit 7f7bef2

Please sign in to comment.