Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland authored and StyleCIBot committed May 17, 2021
1 parent 0a02b01 commit 61cb58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/CreateModeratorNoteHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
namespace FoF\ModeratorNotes\Command;

use Flarum\Foundation\ValidationException;
use Symfony\Contracts\Translation\TranslatorInterface;
use Flarum\Post\Post;
use FoF\ModeratorNotes\Events\ModeratorNoteCreated;
use FoF\ModeratorNotes\Model\ModeratorNote;
use Illuminate\Events\Dispatcher;
use Illuminate\Support\Carbon;
use Symfony\Contracts\Translation\TranslatorInterface;

class CreateModeratorNoteHandler
{
Expand Down

0 comments on commit 61cb58b

Please # to comment.