'Verification Code', ]; } public function readCard(){ $this->card = Card::findOne(['number' => $this->number]); if ( $this->card != null ){ $this->customer = $this->card->customer; } } }