korrekte klasse
This commit is contained in:
parent
3a6befa283
commit
523449ad04
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue