Committed by
GitHub
Actually include the Queueable namespace...
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| 2 | 2 | ||
| 3 | namespace BookStack\Notifications; | 3 | namespace BookStack\Notifications; |
| 4 | 4 | ||
| 5 | +use Illuminate\Bus\Queueable; | ||
| 5 | use Illuminate\Notifications\Notification; | 6 | use Illuminate\Notifications\Notification; |
| 6 | use Illuminate\Contracts\Queue\ShouldQueue; | 7 | use Illuminate\Contracts\Queue\ShouldQueue; |
| 7 | use Illuminate\Notifications\Messages\MailMessage; | 8 | use Illuminate\Notifications\Messages\MailMessage; | ... | ... |
-
Please register or sign in to post a comment