api/laravel/Notifications/Messages/DatabaseMessage.yaml
2024-09-26 02:03:21 -07:00

22 lines
557 B
YAML

name: DatabaseMessage
class_comment: null
dependencies: []
properties:
- name: data
visibility: public
comment: '# * The data that should be stored with the notification.
# *
# * @var array'
methods:
- name: __construct
visibility: public
parameters:
- name: data
default: '[]'
comment: "# * The data that should be stored with the notification.\n# *\n# * @var\
\ array\n# */\n# public $data = [];\n# \n# /**\n# * Create a new database message.\n\
# *\n# * @param array $data\n# * @return void"
traits: []
interfaces: []