Fix DummyPlugin declaring API version 3

pico-3.0-alpha
Daniel Rudolf 6 years ago
parent af9c09e440
commit 6c746fabb6
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 2
      plugins/DummyPlugin.php

@ -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…
Cancel
Save