forked from Cavemanon/cavepaintings
Fix in ExtensionAuthor
This commit is contained in:
@ -107,7 +107,7 @@ class ExtensionAuthor
|
|||||||
public $name;
|
public $name;
|
||||||
public $email;
|
public $email;
|
||||||
|
|
||||||
public function __construct(string $name, string $email)
|
public function __construct(string $name, ?string $email)
|
||||||
{
|
{
|
||||||
$this->name = $name;
|
$this->name = $name;
|
||||||
$this->email = $email;
|
$this->email = $email;
|
||||||
|
Reference in New Issue
Block a user