Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Oct 7, 2024
1 parent 9582ed4 commit edb8ac1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function cannot_create_discussion_without_content_property()
(new Extend\Formatter)
->unparse(function ($content) {
return $content;
})
}),

(new Extend\Event())
->listen(\Flarum\Post\Event\Saving::class, function ($event) {
Expand Down Expand Up @@ -124,7 +124,7 @@ public function cannot_create_discussion_with_content_set_to_null()
(new Extend\Formatter)
->unparse(function ($content) {
return $content;
})
}),

(new Extend\Event())
->listen(\Flarum\Post\Event\Saving::class, function ($event) {
Expand Down

0 comments on commit edb8ac1

Please sign in to comment.