]> BookStack Code Mirror - bookstack/commitdiff
Actually include the Queueable namespace... 362/head
authorDane Everitt <redacted>
Fri, 14 Apr 2017 00:09:38 +0000 (20:09 -0400)
committerGitHub <redacted>
Fri, 14 Apr 2017 00:09:38 +0000 (20:09 -0400)
app/Notifications/ConfirmEmail.php

index 3a49167486a25ec342c0d035ac4ce2f876844a42..27ac89c329c3f09e8d784b047267e1b3b1afda44 100644 (file)
@@ -2,6 +2,7 @@
 
 namespace BookStack\Notifications;
 
 
 namespace BookStack\Notifications;
 
+use Illuminate\Bus\Queueable;
 use Illuminate\Notifications\Notification;
 use Illuminate\Contracts\Queue\ShouldQueue;
 use Illuminate\Notifications\Messages\MailMessage;
 use Illuminate\Notifications\Notification;
 use Illuminate\Contracts\Queue\ShouldQueue;
 use Illuminate\Notifications\Messages\MailMessage;