Skip to content

Commit 3b732f6

Browse files
authored
Remove duplicate assignment in CKEditorConfiguration (#261)
1 parent dc0f0dc commit 3b732f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Config/CKEditorConfiguration.php

-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ public function __construct(array $config)
225225
$this->plugins = $config['plugins'];
226226
$this->styles = $config['styles'];
227227
$this->templates = $config['templates'];
228-
$this->plugins = $config['plugins'];
229228
$this->configs = $config['configs'];
230229
$this->toolbarConfigs = array_merge($this->toolbarConfigs, $config['toolbars']['configs']);
231230
$this->toolbarItems = array_merge($this->toolbarItems, $config['toolbars']['items']);

0 commit comments

Comments
 (0)