Beispiel #1
0
 /**
  * @param AccountContactInformation $information
  * @return bool|static
  */
 public function handle(AccountContactInformation $information)
 {
     $info = $information->newInstance($this->input);
     $info->account()->associate($this->account);
     return $info->save() ? $info : false;
 }
 /**
  * @return bool
  */
 public function handle()
 {
     $this->info->fill($this->input);
     return $this->info->save();
 }