user); } protected function shouldSend(): bool { return $this->user->isOnboarded() && ! $this->user->transactions()->exists() && ! $this->user->hasProPlan(); } }