user = $user; } /** * {@inheritdoc} */ public function getSubject() { return $this->user; } /** * {@inheritdoc} */ public function getTime() { return $this->user->join_time; } /** * {@inheritdoc} */ public static function getType() { return 'joined'; } /** * {@inheritdoc} */ public static function getSubjectModel() { return 'Flarum\Core\Users\User'; } }