Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2017-04-23 17:15:06 +0100
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Committed by
GitHub
2017-04-23 17:15:06 +0100
Commit
fdd816b17df99873119745dbd7b05c87d7976809
fdd816b1
2 parents
82e2c523
dfaf20dd
Merge pull request #362 from DaneEveritt/patch-1
Queue confirmation emails.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
app/Notifications/ConfirmEmail.php
app/Notifications/ConfirmEmail.php
View file @
fdd816b
...
...
@@ -2,12 +2,16 @@
namespace
BookStack\Notifications
;
use
Illuminate\Bus\Queueable
;
use
Illuminate\Notifications\Notification
;
use
Illuminate\Contracts\Queue\ShouldQueue
;
use
Illuminate\Notifications\Messages\MailMessage
;
class
ConfirmEmail
extends
Notification
class
ConfirmEmail
extends
Notification
implements
ShouldQueue
{
use
Queueable
;
public
$token
;
/**
...
...
Please
register
or
sign in
to post a comment