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;