Fix DummyPlugin declaring API version 3
This commit is contained in:
parent
af9c09e440
commit
6c746fabb6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class DummyPlugin extends AbstractPicoPlugin
|
||||||
*
|
*
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
const API_VERSION = 2;
|
const API_VERSION = 3;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This plugin is disabled by default
|
* This plugin is disabled by default
|
||||||
|
|
Loading…
Reference in a new issue