mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
removing the scope qualifier on the constant
This commit is contained in:
parent
70ff70f537
commit
f211910b4a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Plugin_Name {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
public const VERSION = '1.0.0';
|
||||
const VERSION = '1.0.0';
|
||||
|
||||
/**
|
||||
* Unique identifier for your plugin.
|
||||
|
|
Loading…
Reference in a new issue