diff --git a/src/Notification/TeamsDriver.php b/src/Notification/TeamsDriver.php index 2f15824..dd58df7 100644 --- a/src/Notification/TeamsDriver.php +++ b/src/Notification/TeamsDriver.php @@ -5,7 +5,7 @@ declare(strict_types=1); namespace SbpJm\FlarumMSTeamsWebhook\Notification; use Flarum\Notification\Blueprint\BlueprintInterface; -use Flarum\Notification\Driver\DriverInterface; +use Flarum\Notification\DriverInterface; use Flarum\User\User; use SbpJm\FlarumMSTeamsWebhook\Support\TeamsNotifier; @@ -28,7 +28,7 @@ class TeamsDriver implements DriverInterface } /** - * Limit which notification types go to Teams. + * Limit which notification types are allowed for Teams. */ protected function supports(BlueprintInterface $blueprint): bool { @@ -40,4 +40,4 @@ class TeamsDriver implements DriverInterface 'postLiked', ], true); } -} +} \ No newline at end of file