1
0
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:
Ngô Quốc Đạt
2022-08-16 23:50:29 +07:00
committed by GitHub
parent 3d167749cb
commit 5637fe8041

View File

@@ -44,6 +44,11 @@ class AdminPayload
*/ */
protected $db; protected $db;
/**
* @var Dispatcher
*/
protected $events;
/** /**
* @var Config * @var Config
*/ */