mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-24 12:43:07 +00:00
Actually include the Queueable namespace...
This commit is contained in:
parent
786262db3b
commit
dfaf20dd83
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue