PHP 8.3.31
Preview: Dispatcher.php Size: 674 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Notifications/Dispatcher.php

<?php

namespace Illuminate\Contracts\Notifications;

interface Dispatcher
{
    /**
     * Send the given notification to the given notifiable entities.
     *
     * @param  \Illuminate\Support\Collection|array|mixed  $notifiables
     * @param  mixed  $notification
     * @return void
     */
    public function send($notifiables, $notification);

    /**
     * Send the given notification immediately.
     *
     * @param  \Illuminate\Support\Collection|array|mixed  $notifiables
     * @param  mixed  $notification
     * @param  array|null  $channels
     * @return void
     */
    public function sendNow($notifiables, $notification, ?array $channels = null);
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
674 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
770 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download

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