mirror of
https://github.com/flarum/core.git
synced 2025-08-07 17:07:19 +02:00
fix: $events
property declared dynamically (#3598)
This commit is contained in:
@@ -44,6 +44,11 @@ class AdminPayload
|
|||||||
*/
|
*/
|
||||||
protected $db;
|
protected $db;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var Dispatcher
|
||||||
|
*/
|
||||||
|
protected $events;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var Config
|
* @var Config
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user