We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f77eee commit ee3553eCopy full SHA for ee3553e
app/code/Magento/Config/Setup/Patch/Data/RemoveTinymceConfig.php
@@ -11,7 +11,7 @@
11
use Magento\Framework\Setup\Patch\DataPatchInterface;
12
13
/**
14
- * Update bml config settings to the equivalent paylater settings
+ * Remove old tinymce versions from the configuration
15
*/
16
class RemoveTinymceConfig implements DataPatchInterface
17
{
@@ -21,7 +21,6 @@ class RemoveTinymceConfig implements DataPatchInterface
21
private $moduleDataSetup;
22
23
24
- * PrepareInitialConfig constructor.
25
* @param ModuleDataSetupInterface $moduleDataSetup
26
27
public function __construct(
0 commit comments