]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
786262d
)
Actually include the Queueable namespace...
362/head
author
Dane Everitt
<redacted>
Fri, 14 Apr 2017 00:09:38 +0000
(20:09 -0400)
committer
GitHub
<redacted>
Fri, 14 Apr 2017 00:09:38 +0000
(20:09 -0400)
app/Notifications/ConfirmEmail.php
patch
|
blob
|
history
diff --git
a/app/Notifications/ConfirmEmail.php
b/app/Notifications/ConfirmEmail.php
index 3a49167486a25ec342c0d035ac4ce2f876844a42..27ac89c329c3f09e8d784b047267e1b3b1afda44 100644
(file)
--- a/
app/Notifications/ConfirmEmail.php
+++ b/
app/Notifications/ConfirmEmail.php
@@
-2,6
+2,7
@@
namespace BookStack\Notifications;
+use Illuminate\Bus\Queueable;
use Illuminate\Notifications\Notification;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Notifications\Messages\MailMessage;