<?php namespace FootyRoom\App\Subscription; class FollowCommand { /** * @var int */ public $subjectId; /** * @var string */ public $subjectType; /** * @var int */ public $userId; }