Last active
February 25, 2025 14:54
-
-
Save podarok/7be6674402c832daa06cd3cf385cea35 to your computer and use it in GitHub Desktop.
ai_advanced_blocks ai
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/Plugin/ProviderProxy.php b/src/Plugin/ProviderProxy.php | |
index 17e643a4778fb6841610cb5f1ff01a070f02e80e..24e41b6fade3c3b29c4f3c5bfea2efabda7dc7c0 100644 | |
--- a/src/Plugin/ProviderProxy.php | |
+++ b/src/Plugin/ProviderProxy.php | |
@@ -30,7 +30,7 @@ class ProviderProxy { | |
* | |
* @var object | |
*/ | |
- protected $plugin; | |
+ public $plugin; | |
/** | |
* The event dispatcher. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment