Skip to content
Snippets Groups Projects
Commit 4c9c4b8b authored by Piotr Potrebka's avatar Piotr Potrebka
Browse files

feat: refactor

parent e14e5e81
No related branches found
No related tags found
2 merge requests!5Devel,!4Refactor/templates
Pipeline #428014 passed with warnings with stages
in 31 seconds
......@@ -106,7 +106,7 @@ class Email {
*
* @return self
*/
public function set_recipients( array $recipients = [] ): self {
public function set_recipients( array $recipients ): self {
$this->recipients = $recipients;
return $this;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment