Closed kunicmarko20 closed 6 years ago
https://github.com/FriendsOfSymfony/FOSCKEditorBundle/blob/8ebaed163ac03656041af46dc737fa1459d4d45c/src/Renderer/CKEditorRenderer.php#L75-L86
Here we always check instanceof JsonBuilder::class
instanceof JsonBuilder::class
This should be fixed.
My bad, I just now realized this is ok when I started fixing it :sweat_smile:
https://github.com/FriendsOfSymfony/FOSCKEditorBundle/blob/8ebaed163ac03656041af46dc737fa1459d4d45c/src/Renderer/CKEditorRenderer.php#L75-L86
Here we always check
instanceof JsonBuilder::class
This should be fixed.