Skip to content

Commit 26123f6

Browse files
authored
Merge pull request #451 from andrej-griniuk/patch-1
Readme fix
2 parents a3647a3 + a089005 commit 26123f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ the panel.
185185
```php
186186
Configure::write(
187187
'DebugKit.panels',
188-
array_merge((array)Configure::read('DebugKit.panels'), ['MyPlugin.MyCustomPanel'])
188+
array_merge((array)Configure::read('DebugKit.panels'), ['MyPlugin.MyCustom'])
189189
);
190190
```
191191

0 commit comments

Comments
 (0)