class DatabaseMessage

Properties

array $data

The data that should be stored with the notification.

Methods

void
__construct(array $data = [])

Create a new database message.

Details

at line 20
void __construct(array $data = [])

Create a new database message.

Parameters

array $data

Return Value

void