Skip to content

Instantly share code, notes, and snippets.

@pradeeprjth
Created June 18, 2020 12:08
Show Gist options
  • Save pradeeprjth/4d114ad20d706ed078edbca164586786 to your computer and use it in GitHub Desktop.
Save pradeeprjth/4d114ad20d706ed078edbca164586786 to your computer and use it in GitHub Desktop.
namespace App\Notifications;
use Illuminate\Bus\Queueable;
use Illuminate\Notifications\Notification;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Notifications\Messages\MailMessage;
use Illuminate\Notifications\Messages\SlackMessage;
class TestNotification extends Notification {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment