mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Actually include the Queueable namespace...
This commit is contained in:
parent
786262db3b
commit
dfaf20dd83
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
namespace BookStack\Notifications;
|
namespace BookStack\Notifications;
|
||||||
|
|
||||||
|
use Illuminate\Bus\Queueable;
|
||||||
use Illuminate\Notifications\Notification;
|
use Illuminate\Notifications\Notification;
|
||||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||||
use Illuminate\Notifications\Messages\MailMessage;
|
use Illuminate\Notifications\Messages\MailMessage;
|
||||||
|
Loading…
Reference in New Issue
Block a user