Dane Everitt
Committed by GitHub

Actually include the Queueable namespace...

......@@ -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;
......