From: Dane Everitt Date: Fri, 14 Apr 2017 00:09:38 +0000 (-0400) Subject: Actually include the Queueable namespace... X-Git-Tag: v0.16.0~1^2~2^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/362/head?ds=inline Actually include the Queueable namespace... --- diff --git a/app/Notifications/ConfirmEmail.php b/app/Notifications/ConfirmEmail.php index 3a4916748..27ac89c32 100644 --- 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;