mirror of
https://github.com/flarum/core.git
synced 2025-07-18 23:31:17 +02:00
Make event attributes public
Without this, reading the extension information would not be possible for the validator.
This commit is contained in:
@@ -18,7 +18,7 @@ class ExtensionWillBeDisabled
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $extension;
|
||||
public $extension;
|
||||
|
||||
/**
|
||||
* @param Extension $extension
|
||||
|
@@ -18,7 +18,7 @@ class ExtensionWillBeEnabled
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $extension;
|
||||
public $extension;
|
||||
|
||||
/**
|
||||
* @param Extension $extension
|
||||
|
Reference in New Issue
Block a user