formatting

This commit is contained in:
denisdulici
2020-01-19 00:41:27 +03:00
parent fb5d166606
commit 5d9fd1482c
5 changed files with 7 additions and 5 deletions

View File

@ -17,7 +17,7 @@ class PaymentReceived
*
* @param $invoice
*/
public function __construct($invoice, $request)
public function __construct($invoice, $request = [])
{
$this->invoice = $invoice;
$this->request = $request;