From: Michael Date: Sun, 25 Jun 2023 21:02:14 +0000 (+0000) Subject: Fix spacing X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8c0a19755cf29cdc0bc1cbf7910c59ded8effbac;p=friendica.git Fix spacing --- diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 4987cb5fbe..d519fe97a0 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -3098,8 +3098,8 @@ class Contact // create contact record self::insert([ - 'uid' => $uid, - 'created' => DateTimeFormat::utcNow(), + 'uid' => $uid, + 'created' => DateTimeFormat::utcNow(), 'url' => $ret['url'], 'nurl' => Strings::normaliseLink($ret['url']), 'addr' => $ret['addr'],