mirror of
https://github.com/friendica/friendica
synced 2025-04-27 03:50:11 +00:00
fix erros in Util namespace
This commit is contained in:
parent
c74ed3d2b9
commit
e97231683a
4 changed files with 7 additions and 11 deletions
|
@ -109,9 +109,9 @@ class NotifyMailBuilder extends MailBuilder
|
|||
public function withPhoto(string $image, string $link, string $name)
|
||||
{
|
||||
$this->photo = [
|
||||
'image' => $image ?? '',
|
||||
'link' => $link ?? '',
|
||||
'name' => $name ?? '',
|
||||
'image' => $image,
|
||||
'link' => $link,
|
||||
'name' => $name,
|
||||
];
|
||||
|
||||
return $this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue