Skip to content

Commit b368627

Browse files
authored
Merge pull request #898 from cloudinary/fix/protected-property
Fix protected property
2 parents 8640eb0 + 27feeb9 commit b368627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.4-build-1
1+
3.1.4-build-2

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)