Skip to content

Commit 20eedbe

Browse files
committed
add quill support
1 parent 8905e34 commit 20eedbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventListener/Admin/AssetListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class AssetListener implements EventSubscriberInterface
1010
{
11-
public function __construct(protected string $enabledWysiwygEditorName)
11+
public function __construct(protected ?string $enabledWysiwygEditorName)
1212
{
1313
}
1414

0 commit comments

Comments
 (0)