🤖 Auto commit for release 'develop' on 2025-09-07

This commit is contained in:
JC5
2025-09-07 07:56:10 +02:00
parent 602df95f3c
commit 262f1bae34
93 changed files with 804 additions and 767 deletions

View File

@@ -45,9 +45,9 @@ class InvitationMail extends Mailable
*/
public function __construct(public string $invitee, public string $admin, public string $url)
{
$host = parse_url($this->url, PHP_URL_HOST);
if(is_array($host)) {
$host ='';
$host = parse_url($this->url, PHP_URL_HOST);
if (is_array($host)) {
$host = '';
}
$this->host = (string) $host;
}