find($this->userId); if (! $user) { return; } if (! $user->shouldBeSearchable()) { $user->unsearchable(); return; } $user->searchable(); } }