SocialiteType::class, 'data' => 'json' ]; public function user() { return $this->morphTo(__FUNCTION__, 'user_type', 'user_id'); } }