Actually include the Queueable namespace...

This commit is contained in:
Dane Everitt 2017-04-13 20:09:38 -04:00 committed by GitHub
parent 786262db3b
commit dfaf20dd83

View File

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