mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 23:09:46 +08:00
Make event attributes public
Without this, reading the extension information would not be possible for the validator.
This commit is contained in:
parent
91ace15f6d
commit
9349ed13fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user