PHP 8.2.31
Preview: Factory.php Size: 787 B
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Notifications/Factory.php

<?php

namespace RectorPrefix202411\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
692 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
787 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download

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