🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 04:50:02 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Notifications
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Notifications
🔄 Refresh
✏️
Editing: Factory.php
Read Only
<?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); }
💾 Save Changes
❌ Cancel