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