PHP 8.3.31
Preview: BroadcastMessage.php Size: 622 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Notifications/Messages/BroadcastMessage.php

<?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;
    }
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
622 B lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
405 B lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
8.87 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
5.72 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).