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

<?php

namespace Illuminate\Contracts\Notifications;

interface Factory
{
    /**
     * Get a channel instance by name.
     *
     * @param  string|null  $name
     * @return mixed
     */
    public function channel($name = null);

    /**
     * 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
     * @return void
     */
    public function sendNow($notifiables, $notification);
}

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).