mirror of
https://github.com/flarum/core.git
synced 2025-09-03 13:12:50 +02:00
@@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2019-2021 Stichting Flarum (Flarum Foundation)
|
||||
Copyright (c) 2019-2024 Stichting Flarum (Flarum Foundation)
|
||||
Copyright (c) 2014-2019 Toby Zerner (toby.zerner@gmail.com)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
@@ -12,12 +12,13 @@ namespace Flarum\Subscriptions\Notification;
|
||||
use Flarum\Database\AbstractModel;
|
||||
use Flarum\Discussion\Discussion;
|
||||
use Flarum\Locale\TranslatorInterface;
|
||||
use Flarum\Notification\AlertableInterface;
|
||||
use Flarum\Notification\Blueprint\BlueprintInterface;
|
||||
use Flarum\Notification\MailableInterface;
|
||||
use Flarum\Post\Post;
|
||||
use Flarum\User\User;
|
||||
|
||||
class NewPostBlueprint implements BlueprintInterface, MailableInterface
|
||||
class NewPostBlueprint implements BlueprintInterface, AlertableInterface, MailableInterface
|
||||
{
|
||||
public function __construct(
|
||||
public Post $post
|
||||
|
Reference in New Issue
Block a user