mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 14:50:39 -04:00
More type fixes
This commit is contained in:
parent
94d674ef96
commit
a5a19f947f
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ namespace Exceptions;
|
|||
class WebhookException extends AppException{
|
||||
public ?string $PostData;
|
||||
|
||||
public function __construct(string $message = '', string $data = null){
|
||||
public function __construct(string $message = '', ?string $data = null){
|
||||
$this->PostData = $data;
|
||||
parent::__construct($message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue