Fix tests
This commit is contained in:
@@ -37,7 +37,7 @@ final class IncidentWasReportedEvent implements IncidentEventInterface
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function __construct(Incident $incident, $notify)
|
||||
public function __construct(Incident $incident, $notify = false)
|
||||
{
|
||||
$this->incident = $incident;
|
||||
$this->notify = $notify;
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
namespace CachetHQ\Cachet\Bus\Events\User;
|
||||
|
||||
use CachetHQ\Cachet\Models\Invite;
|
||||
use CachetHQ\Cachet\Models\User;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user