Update src/Contact/FriendSuggest/Exception/FriendSuggestPersistenceException.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
74cfb32085
commit
92c7b99a4f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user