Fix DummyPlugin declaring API version 3

This commit is contained in:
Daniel Rudolf 2020-04-10 23:14:33 +02:00
parent af9c09e440
commit 6c746fabb6
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class DummyPlugin extends AbstractPicoPlugin
*
* @var int
*/
const API_VERSION = 2;
const API_VERSION = 3;
/**
* This plugin is disabled by default