class
Illuminate
/
Notifications
/
Messages
/
DatabaseMessage
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
DatabaseMessage
Properties
public
$data array
The data that should be stored with the notification.
Default: []
Methods
public
__construct ( array $data ) : void
Create a new database message.
Parameters
- $data array