示例#1
0
 /**
  * @return bool|Post
  */
 public function handle()
 {
     $this->post->fill($this->input);
     return $this->post->save() ? $this->post : false;
 }