Skip to content

Commit

Permalink
add quill support
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Jan 7, 2025
1 parent 8905e34 commit 20eedbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/Admin/AssetListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class AssetListener implements EventSubscriberInterface
{
public function __construct(protected string $enabledWysiwygEditorName)
public function __construct(protected ?string $enabledWysiwygEditorName)
{
}

Expand Down

0 comments on commit 20eedbe

Please sign in to comment.