diff --git a/framework/core/src/Api/Request.php b/framework/core/src/Api/Request.php index bb9b542a6..5a8d33f28 100644 --- a/framework/core/src/Api/Request.php +++ b/framework/core/src/Api/Request.php @@ -22,7 +22,7 @@ class Request public $input; /** - * @var Guest + * @var User */ public $actor;