This commit is contained in:
2021-10-29 14:10:53 +08:00
parent df2d887d97
commit f0b9d7a37b
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class OnAfterReload
/**
* @param Server $server
*/
public function __construct(Server $server)
public function __construct(public Server $server)
{
}