REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 622 B
Close
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Notifications/Messages/BroadcastMessage.php
Text
Base64
<?php namespace Illuminate\Notifications\Messages; use Illuminate\Bus\Queueable; class BroadcastMessage { use Queueable; /** * The data for the notification. * * @var array */ public $data; /** * Create a new message instance. * * @param array $data * @return void */ public function __construct(array $data) { $this->data = $data; } /** * Set the message data. * * @param array $data * @return $this */ public function data($data) { $this->data = $data; return $this; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
BroadcastMessage.php
622 B
lrw-rw-rw-
2025-09-17 06:52:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DatabaseMessage.php
405 B
lrw-rw-rw-
2025-09-17 06:52:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MailMessage.php
8.87 KB
lrw-rw-rw-
2025-09-17 06:52:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SimpleMessage.php
5.72 KB
lrw-rw-rw-
2025-09-17 06:52:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).