Skip to content

Commit 2a24450

Browse files
author
Marco Pereirinha
committed
The property needs to be public as it is used in other parts of the code
1 parent 8640eb0 commit 2a24450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/class-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ final class Plugin {
8787
*
8888
* @var string
8989
*/
90-
protected $plugin_file;
90+
public $plugin_file;
9191

9292
/**
9393
* Directory in plugin containing autoloaded classes.

0 commit comments

Comments
 (0)