mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 11:15:05 +08:00
Actually include the Queueable namespace...
This commit is contained in:
parent
786262db3b
commit
dfaf20dd83
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user