Skip to content
Snippets Groups Projects
Commit bd785fb5 authored by Tibo's avatar Tibo
Browse files

Fix style

parent 6fe5c6b9
No related branches found
No related tags found
No related merge requests found
Pipeline #1876 passed
......@@ -34,7 +34,8 @@ class StatusChanged extends Mailable
->with(["change" => $this->change])
->from("monitor@web-d.be")
->subject(
$this->change->server()->organization->name . " / "
. $this->change->server()->name . " : Status Change");
$this->change->server()->organization->name . " / "
. $this->change->server()->name . " : Status Change"
);
}
}
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