checkIfHasChannel(); } /** * Check If Has Channel */ public function checkIfHasChannel(): bool { $this->channel = $this->user->channel(); return $this->channel ? true : false; } /** * Get all user's products */ public function saveAllProductIds() {} }