RoutesNotifications
trait RoutesNotifications (View source)
Methods
                    void
                
                
                    notify(mixed $instance)
        
                                            
                
            Send the given notification.
                    void
                
                
                    notifyNow(mixed $instance, array $channels = null)
        
                                            
                
            Send the given notification immediately.
                    mixed
                
                
                    routeNotificationFor(string $driver, Notification|null $notification = null)
        
                                            
                
            Get the notification routing information for the given driver.
Details
        
                            void
    notify(mixed $instance)
        
    
    Send the given notification.
        
                            void
    notifyNow(mixed $instance, array $channels = null)
        
    
    Send the given notification immediately.
        
                            mixed
    routeNotificationFor(string $driver, Notification|null $notification = null)
        
    
    Get the notification routing information for the given driver.