Skip to content

Commit b04b985

Browse files
authored
Merge pull request #23 from laravel-notification-channels/analysis-zG7o92
Apply fixes from StyleCI
2 parents 5318f93 + e191ee4 commit b04b985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FacebookMessage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace NotificationChannels\Facebook;
44

5-
use NotificationChannels\Facebook\Exceptions\CouldNotCreateMessage;
5+
use NotificationChannels\Facebook\Traits\HasButtons;
66
use NotificationChannels\Facebook\Enums\AttachmentType;
77
use NotificationChannels\Facebook\Enums\NotificationType;
8-
use NotificationChannels\Facebook\Traits\HasButtons;
8+
use NotificationChannels\Facebook\Exceptions\CouldNotCreateMessage;
99

1010
/**
1111
* Class FacebookMessage.

0 commit comments

Comments
 (0)