Update src/Contact/FriendSuggest/Exception/FriendSuggestPersistenceException.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp 2021-10-23 06:49:32 +02:00 committed by Hypolite Petovan
parent 74cfb32085
commit 92c7b99a4f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace Friendica\Contact\FriendSuggest\Exception;
class FriendSuggestPersistenceException extends \RuntimeException
{
public function __construct($message = "", \Throwable $previous = null)
public function __construct($message = '', \Throwable $previous = null)
{
parent::__construct($message, 500, $previous);
}