mirror of
https://github.com/flarum/core.git
synced 2025-08-24 09:03:05 +02:00
Applied fixes from StyleCI
This commit is contained in:
@@ -21,4 +21,4 @@ return function (Dispatcher $events, Factory $views) {
|
|||||||
$events->subscribe(Listener\SendNotificationWhenReplyIsPosted::class);
|
$events->subscribe(Listener\SendNotificationWhenReplyIsPosted::class);
|
||||||
|
|
||||||
$views->addNamespace('flarum-subscriptions', __DIR__.'/views');
|
$views->addNamespace('flarum-subscriptions', __DIR__.'/views');
|
||||||
};
|
};
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of Flarum.
|
* This file is part of Flarum.
|
||||||
*
|
*
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of Flarum.
|
* This file is part of Flarum.
|
||||||
*
|
*
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of Flarum.
|
* This file is part of Flarum.
|
||||||
*
|
*
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of Flarum.
|
* This file is part of Flarum.
|
||||||
*
|
*
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of Flarum.
|
* This file is part of Flarum.
|
||||||
*
|
*
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of Flarum.
|
* This file is part of Flarum.
|
||||||
*
|
*
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of Flarum.
|
* This file is part of Flarum.
|
||||||
*
|
*
|
||||||
@@ -11,9 +12,9 @@
|
|||||||
namespace Flarum\Subscriptions\Notification;
|
namespace Flarum\Subscriptions\Notification;
|
||||||
|
|
||||||
use Flarum\Core\Discussion;
|
use Flarum\Core\Discussion;
|
||||||
use Flarum\Core\Post;
|
|
||||||
use Flarum\Core\Notification\BlueprintInterface;
|
use Flarum\Core\Notification\BlueprintInterface;
|
||||||
use Flarum\Core\Notification\MailableInterface;
|
use Flarum\Core\Notification\MailableInterface;
|
||||||
|
use Flarum\Core\Post;
|
||||||
|
|
||||||
class NewPostBlueprint implements BlueprintInterface, MailableInterface
|
class NewPostBlueprint implements BlueprintInterface, MailableInterface
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user