App\Services\Notification\NotifierInterface::from PHP Method

from() public method

Sender of notification.
public from ( string $from ) : App\Services\Notification\NotifierInterface
$from string The sender
return App\Services\Notification\NotifierInterface Return self for chainability
    public function from($from);
NotifierInterface