1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Make event attributes public

Without this, reading the extension information would not be
possible for the validator.
This commit is contained in:
Franz Liedke
2017-02-03 20:23:24 +01:00
parent 91ace15f6d
commit 9349ed13fc
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ class ExtensionWillBeDisabled
/**
* @var string
*/
protected $extension;
public $extension;
/**
* @param Extension $extension

View File

@@ -18,7 +18,7 @@ class ExtensionWillBeEnabled
/**
* @var string
*/
protected $extension;
public $extension;
/**
* @param Extension $extension