|
@@ -3,11 +3,11 @@ |
|
|
block discarded – undo |
|
3
|
3
|
namespace Spatie\FailedJobMonitor; |
|
4
|
4
|
|
|
5
|
5
|
use Carbon\Carbon; |
|
6
|
|
-use Illuminate\Queue\Events\JobFailed; |
|
7
|
6
|
use Illuminate\Notifications\Messages\MailMessage; |
|
8
|
|
-use Illuminate\Notifications\Messages\SlackMessage; |
|
9
|
7
|
use Illuminate\Notifications\Messages\SlackAttachment; |
|
|
8
|
+use Illuminate\Notifications\Messages\SlackMessage; |
|
10
|
9
|
use Illuminate\Notifications\Notification as NotificationBase; |
|
|
10
|
+use Illuminate\Queue\Events\JobFailed; |
|
11
|
11
|
|
|
12
|
12
|
class Notification extends NotificationBase |
|
13
|
13
|
{ |
Please login to merge, or discard this patch.