1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 02:31:17 +02:00

Fix typehint

This commit is contained in:
Toby Zerner
2015-09-04 12:23:27 +09:30
parent cf9e2c23e9
commit 29b74f1263

View File

@@ -22,7 +22,7 @@ class Request
public $input;
/**
* @var Guest
* @var User
*/
public $actor;