Dane Everitt
Committed by GitHub

Actually include the Queueable namespace...

...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
2 2
3 namespace BookStack\Notifications; 3 namespace BookStack\Notifications;
4 4
5 +use Illuminate\Bus\Queueable;
5 use Illuminate\Notifications\Notification; 6 use Illuminate\Notifications\Notification;
6 use Illuminate\Contracts\Queue\ShouldQueue; 7 use Illuminate\Contracts\Queue\ShouldQueue;
7 use Illuminate\Notifications\Messages\MailMessage; 8 use Illuminate\Notifications\Messages\MailMessage;
......