9
9
use App \Events \CommentWasAdded ;
10
10
use App \Events \ReplyWasCreated ;
11
11
use App \Events \SponsoringPaymentInitialize ;
12
- use App \Events \ThreadWasCreated ;
13
12
use App \Events \UserBannedEvent ;
14
13
use App \Events \UserUnbannedEvent ;
15
14
// use App\Listeners\SendCompanyEmailVerificationNotification;
16
15
use App \Listeners \NotifyMentionedUsers ;
17
- use App \Listeners \PostNewThreadNotification ;
18
16
use App \Listeners \SendBanNotificationListener ;
19
17
use App \Listeners \SendNewArticleNotification ;
20
18
use App \Listeners \SendNewCommentNotification ;
21
19
// use App\Listeners\SendWelcomeCompanyNotification;
22
20
use App \Listeners \SendNewReplyNotification ;
23
- use App \Listeners \SendNewThreadNotification ;
24
21
use App \Listeners \SendPaymentNotification ;
25
22
use App \Listeners \SendUnbanNotificationListener ;
26
23
use App \Listeners \SendWelcomeMailNotification ;
@@ -42,10 +39,6 @@ final class EventServiceProvider extends ServiceProvider
42
39
SendNewReplyNotification::class,
43
40
NotifyMentionedUsers::class,
44
41
],
45
- ThreadWasCreated::class => [
46
- SendNewThreadNotification::class,
47
- PostNewThreadNotification::class,
48
- ],
49
42
ArticleWasSubmittedForApproval::class => [
50
43
SendNewArticleNotification::class,
51
44
],
0 commit comments